Skip to content

Commit

Permalink
Removed dev from version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Jul 8, 2016
1 parent b97639b commit 3765a3a
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 @@ -22,7 +22,7 @@
VERSION_POINT = 4

# Only unset in the 'release' branch and in tags.
VERSION_DEV = 3
VERSION_DEV = 0

VERSION = "%d.%d.%d" % (VERSION_MAJOR, VERSION_MINOR, VERSION_POINT)
if VERSION_DEV:
Expand Down

0 comments on commit 3765a3a

Please sign in to comment.