Skip to content

Commit 722164b

Browse files
author
Benjamin Bach
committed
bump le version
1 parent de48669 commit 722164b

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 = "8dev"
8+
PATCH_VERSION = "8"
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)