We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583a37d commit cfcedf2Copy full SHA for cfcedf2
kalite/version.py
@@ -7,7 +7,7 @@
7
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
8
MAJOR_VERSION = "0"
9
MINOR_VERSION = "16"
10
-PATCH_VERSION = "4"
+PATCH_VERSION = "5"
11
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
12
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
13
0 commit comments