Skip to content

Commit 7c1b198

Browse files
committed
Bump the rc version.
1 parent 67cb9fc commit 7c1b198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
MAJOR = 0
77
MINOR = 6
88
PATCH = 0
9-
SUFFIX = 'rc1'
9+
SUFFIX = 'rc2'
1010
FULLVERSION = '%d.%d.%d%s' % (MAJOR, MINOR, PATCH, SUFFIX)
1111

1212
try:

0 commit comments

Comments
 (0)