Skip to content

Commit bdd1dc3

Browse files
committed
Incremented release version to 3.0.4c4
1 parent bbb4d57 commit bdd1dc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '3.0'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '3.0.rc1'
75+
release = '3.0.rc4'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

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.rc2"
1+
__version__ = "3.0.rc4"
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.rc2"
15+
VERSION = "3.0.rc4"
1616

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

0 commit comments

Comments
 (0)