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 4609bdb commit eb47f97Copy full SHA for eb47f97
pymc3/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.0"
+__version__ = "3.0.rc3"
2
3
from .blocking import *
4
from .distributions import *
setup.py
@@ -12,7 +12,7 @@
12
AUTHOR_EMAIL = '[email protected]'
13
URL = "http://github.com/pymc-devs/pymc"
14
LICENSE = "Apache License, Version 2.0"
15
-VERSION = "3.0"
+VERSION = "3.0.rc3"
16
17
classifiers = ['Development Status :: 5 - Production/Stable',
18
'Programming Language :: Python',
0 commit comments