Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschijnmo committed Sep 16, 2017
1 parent b9fe393 commit ed139fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drudge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .report import Report, ScalarLatexPrinter
from .utils import sum_, prod_, Stopwatch

__version__ = '0.9.0dev0'
__version__ = '0.9.0'

__all__ = [
# Canonpy.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

setup(
name='drudge',
version='0.9.0dev0',
version='0.9.0',
description=DESCRIPTION.splitlines()[0],
long_description=DESCRIPTION,
url='https://github.com/tschijnmo/drudge',
Expand Down

0 comments on commit ed139fe

Please sign in to comment.