Skip to content

Commit

Permalink
Merge pull request #277 from choderalab/cut0.13.0
Browse files Browse the repository at this point in the history
Isreleased false and bump version number
  • Loading branch information
Lnaden authored Aug 17, 2017
2 parents c7baf69 + c479378 commit 509679d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
DOCLINES = __doc__.split("\n")

########################
VERSION = "0.13.0"
ISRELEASED = True
VERSION = "0.13.1"
ISRELEASED = False
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down

0 comments on commit 509679d

Please sign in to comment.