Skip to content

Commit

Permalink
mark this as 0.3.3 release in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
murrayrm committed Jul 4, 2018
1 parent a3b8597 commit bcf2f79
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 bcf2f79

Please sign in to comment.