Skip to content

Commit

Permalink
Merge pull request #834 from choderalab/bump0192
Browse files Browse the repository at this point in the history
Bump to 0.19.2 , Deactivate release flag
  • Loading branch information
Lnaden authored Nov 28, 2017
2 parents 1fc69f6 + 268bcd9 commit b6c1876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
DOCLINES = __doc__.split("\n")

########################
VERSION = "0.19.1" # Primary base version of the build
DEVBUILD = None # Dev build status, Either None or Integer as string
ISRELEASED = True # Are we releasing this as a full cut?
VERSION = "0.19.2" # Primary base version of the build
DEVBUILD = "0" # Dev build status, Either None or Integer as string
ISRELEASED = False # Are we releasing this as a full cut?
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down

0 comments on commit b6c1876

Please sign in to comment.