We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3bbd3 commit a928c4aCopy full SHA for a928c4a
pymc3/__init__.py
@@ -1,5 +1,5 @@
1
# pylint: disable=wildcard-import
2
-__version__ = "3.2.rc1"
+__version__ = "3.2rc1"
3
4
from .blocking import *
5
from .distributions import *
setup.py
@@ -13,7 +13,7 @@
13
AUTHOR_EMAIL = '[email protected]'
14
URL = "http://github.com/pymc-devs/pymc3"
15
LICENSE = "Apache License, Version 2.0"
16
-VERSION = "3.2"
+VERSION = "3.2rc1"
17
18
classifiers = ['Development Status :: 5 - Production/Stable',
19
'Programming Language :: Python',
0 commit comments