Skip to content

Commit

Permalink
Version bump to 0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bach committed Jun 14, 2016
1 parent d5d71af commit edeafc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 = "16"
PATCH_VERSION = "6dev1"
PATCH_VERSION = "6"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)

Expand Down

0 comments on commit edeafc1

Please sign in to comment.