We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1227b commit ad68f16Copy full SHA for ad68f16
pymc3/__init__.py
@@ -1,5 +1,5 @@
1
# pylint: disable=wildcard-import
2
-__version__ = "3.5"
+__version__ = "3.6.rc1"
3
4
from .blocking import *
5
from .distributions import *
0 commit comments