Skip to content

Commit 3ad1549

Browse files
author
Benjamin Bach
committed
Bump to 0.17.2rc1
1 parent bc1d108 commit 3ad1549

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
@@ -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 = "2dev1"
6+
PATCH_VERSION = "2rc1"
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)