Skip to content

Commit

Permalink
Prepare setup.py for 0.23.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrizzi authored Aug 25, 2018
1 parent 98b8034 commit acd8f2f
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 @@ -12,8 +12,8 @@

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

0 comments on commit acd8f2f

Please sign in to comment.