We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fe393 commit ed139feCopy full SHA for ed139fe
drudge/__init__.py
@@ -20,7 +20,7 @@
20
from .report import Report, ScalarLatexPrinter
21
from .utils import sum_, prod_, Stopwatch
22
23
-__version__ = '0.9.0dev0'
+__version__ = '0.9.0'
24
25
__all__ = [
26
# Canonpy.
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name='drudge',
43
- version='0.9.0dev0',
+ version='0.9.0',
44
description=DESCRIPTION.splitlines()[0],
45
long_description=DESCRIPTION,
46
url='https://github.com/tschijnmo/drudge',
0 commit comments