Skip to content

Commit a928c4a

Browse files
committed
Changed version labels
1 parent 6c3bbd3 commit a928c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wildcard-import
2-
__version__ = "3.2.rc1"
2+
__version__ = "3.2rc1"
33

44
from .blocking import *
55
from .distributions import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
AUTHOR_EMAIL = '[email protected]'
1414
URL = "http://github.com/pymc-devs/pymc3"
1515
LICENSE = "Apache License, Version 2.0"
16-
VERSION = "3.2"
16+
VERSION = "3.2rc1"
1717

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

0 commit comments

Comments
 (0)