Skip to content

Commit a0f87b7

Browse files
authored
Merge pull request #1911 from pymc-devs/rc2_version_string
Updated version to rc2
2 parents 1210ed6 + 83e0ae7 commit a0f87b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wildcard-import
2-
__version__ = "3.1.rc1"
2+
__version__ = "3.1.rc2"
33

44
from .blocking import *
55
from .distributions import *

0 commit comments

Comments
 (0)