Skip to content

Commit

Permalink
postrelease fix to the init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Jul 21, 2018
1 parent 9535f37 commit cb13c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
MAJOR = 1
MINOR = 14
MICRO = 4
POST = 1
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d.post%d' % (MAJOR, MINOR, MICRO,POST)


# BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
Expand Down

0 comments on commit cb13c66

Please sign in to comment.