Skip to content

Commit b3f782a

Browse files
author
Chris Fonnesbeck
authored
Merge pull request #1418 from pymc-devs/3.0rc2
REL Bump version to 3.0rc2.
2 parents f2e08d5 + c0e10eb commit b3f782a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.rc1"
1+
__version__ = "3.0.rc2"
22

33
from .blocking import *
44
from .distributions import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR_EMAIL = '[email protected]'
1313
URL = "http://github.com/pymc-devs/pymc"
1414
LICENSE = "Apache License, Version 2.0"
15-
VERSION = "3.0.rc1"
15+
VERSION = "3.0.rc2"
1616

1717
classifiers = ['Development Status :: 5 - Production/Stable',
1818
'Programming Language :: Python',

0 commit comments

Comments
 (0)