We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc33a76 commit 1fb4907Copy full SHA for 1fb4907
drudge/__init__.py
@@ -20,7 +20,7 @@
20
from .report import Report
21
from .utils import sum_, prod_, Stopwatch
22
23
-__version__ = '0.7.0dev'
+__version__ = '0.7.0'
24
25
__all__ = [
26
# Canonpy.
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name='drudge',
43
- version='0.7.0dev',
+ version='0.7.0',
44
description=DESCRIPTION.splitlines()[0],
45
long_description=DESCRIPTION,
46
url='https://github.com/tschijnmo/drudge',
0 commit comments