Skip to content

Commit

Permalink
Bump version for 0.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bach committed May 4, 2017
1 parent 21485d6 commit f6ce18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalite/version.py
Expand Up @@ -3,7 +3,7 @@
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
MAJOR_VERSION = "0"
MINOR_VERSION = "17"
PATCH_VERSION = "1rc1"
PATCH_VERSION = "1"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)

Expand Down

0 comments on commit f6ce18c

Please sign in to comment.