Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update version number to 0.3.4 (not released)
  • Loading branch information
murrayrm committed Jul 7, 2018
commit d02a3015a55c7f3056d91ec24d5c95e2bb9cc152
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

MAJOR = 0
MINOR = 3
MICRO = 3
MICRO = 4
POST = 0
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
if POST != 0:
VERSION += '-post{:d}'.format(POST)
Expand Down