Skip to content

Commit 35a5d7c

Browse files
author
Benjamin Bach
committed
Bump version for 0.16.9 final
1 parent 7c12b9f commit 35a5d7c

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
@@ -5,7 +5,7 @@
55
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
66
MAJOR_VERSION = "0"
77
MINOR_VERSION = "16"
8-
PATCH_VERSION = "9b1"
8+
PATCH_VERSION = "9"
99
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1010
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
1111

0 commit comments

Comments
 (0)