Skip to content

Commit f46c099

Browse files
committed
Fixed RC tags
1 parent 7960066 commit f46c099

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,5 +1,5 @@
11
# pylint: disable=wildcard-import
2-
__version__ = "3.4"
2+
__version__ = "3.4rc1"
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = '[email protected]'
1212
URL = "http://github.com/pymc-devs/pymc3"
1313
LICENSE = "Apache License, Version 2.0"
14-
VERSION = "3.4"
14+
VERSION = "3.4rc1"
1515

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

0 commit comments

Comments
 (0)