Skip to content

Commit 41eb737

Browse files
committed
Bump version to 3.1rc4
1 parent edddb2c commit 41eb737

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
@@ -78,7 +78,7 @@
7878
# The short X.Y version.
7979
version = '3.1'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '3.1rc3'
81+
release = '3.1rc4'
8282

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

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.1rc3"
2+
__version__ = "3.1rc4"
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
@@ -13,7 +13,7 @@
1313
AUTHOR_EMAIL = '[email protected]'
1414
URL = "http://github.com/pymc-devs/pymc3"
1515
LICENSE = "Apache License, Version 2.0"
16-
VERSION = "3.1rc3"
16+
VERSION = "3.1rc4"
1717

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

0 commit comments

Comments
 (0)