Skip to content

Commit 46d58dc

Browse files
author
Benjamin Bach
committed
Bump to 0.17.6b10
1 parent 396586e commit 46d58dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kalite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
44
MAJOR_VERSION = "0"
55
MINOR_VERSION = "17"
6-
PATCH_VERSION = "6b9"
6+
PATCH_VERSION = "6b10"
77
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
88
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
99

0 commit comments

Comments
 (0)