Skip to content

Commit 1fb4907

Browse files
committed
Set version number to 0.7.0
1 parent bc33a76 commit 1fb4907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drudge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .report import Report
2121
from .utils import sum_, prod_, Stopwatch
2222

23-
__version__ = '0.7.0dev'
23+
__version__ = '0.7.0'
2424

2525
__all__ = [
2626
# Canonpy.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name='drudge',
43-
version='0.7.0dev',
43+
version='0.7.0',
4444
description=DESCRIPTION.splitlines()[0],
4545
long_description=DESCRIPTION,
4646
url='https://github.com/tschijnmo/drudge',

0 commit comments

Comments
 (0)