Skip to content

Commit c0e10eb

Browse files
committed
REL Bump version to 3.0rc2.
1 parent ae1d40e commit c0e10eb

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)