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