Skip to content

Commit

Permalink
Merge pull request #31 from murrayrm/v0.3.3_setup
Browse files Browse the repository at this point in the history
Mark this as 0.3.3 release in setup.py
  • Loading branch information
murrayrm authored Jul 4, 2018
2 parents a3b8597 + bcf2f79 commit bf4765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
MINOR = 3
MICRO = 3
POST = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
if POST != 0:
VERSION += '-post{:d}'.format(POST)
Expand Down

0 comments on commit bf4765d

Please sign in to comment.