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.
2 parents f20aca4 + 87ae225 commit 581b704Copy full SHA for 581b704
docs/source/conf.py
@@ -72,7 +72,7 @@
72
# The short X.Y version.
73
version = '3.0'
74
# The full version, including alpha/beta/rc tags.
75
-release = '3.0.rc4'
+release = '3.0.rc5'
76
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
# for a list of supported languages.
pymc3/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "3.0.rc4"
+__version__ = "3.0.rc5"
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.rc4"
+VERSION = "3.0.rc5"
16
17
classifiers = ['Development Status :: 5 - Production/Stable',
18
'Programming Language :: Python',
0 commit comments