Skip to content

Commit 2cce1c3

Browse files
authored
Merge pull request #1912 from pymc-devs/rc2_version_string
Fixed stray version string
2 parents a0f87b7 + 8263394 commit 2cce1c3

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
@@ -12,7 +12,7 @@
1212
AUTHOR_EMAIL = '[email protected]'
1313
URL = "http://github.com/pymc-devs/pymc3"
1414
LICENSE = "Apache License, Version 2.0"
15-
VERSION = "3.1.rc1"
15+
VERSION = "3.1.rc2"
1616

1717
classifiers = ['Development Status :: 5 - Production/Stable',
1818
'Programming Language :: Python',

0 commit comments

Comments
 (0)