Skip to content

Commit 0cbbf85

Browse files
author
Benjamin Bach
committed
Bumping version due to PyPi misfire
1 parent 3a5fba9 commit 0cbbf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kalite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
88
MAJOR_VERSION = "0"
99
MINOR_VERSION = "16"
10-
PATCH_VERSION = "6"
10+
PATCH_VERSION = "6post1"
1111
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1212
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
1313

0 commit comments

Comments
 (0)