Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewilyas committed Aug 21, 2019
1 parent c3b206e commit 8632de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robustness/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = "robustness"
__version__ = "1.0"
__version__ = "1.0.post1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.0',
version='1.0.post1',

description='Tools for Robustness',
long_description=long_description,
Expand Down

0 comments on commit 8632de2

Please sign in to comment.