Skip to content

Commit cfcedf2

Browse files
author
Benjamin Bach
committed
Bump to 0.16.5
1 parent 583a37d commit cfcedf2

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 = "4"
10+
PATCH_VERSION = "5"
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)