Skip to content

Commit ed139fe

Browse files
committed
Bump version to 0.9.0
1 parent b9fe393 commit ed139fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drudge/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .report import Report, ScalarLatexPrinter
2121
from .utils import sum_, prod_, Stopwatch
2222

23-
__version__ = '0.9.0dev0'
23+
__version__ = '0.9.0'
2424

2525
__all__ = [
2626
# Canonpy.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

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

0 commit comments

Comments
 (0)