Skip to content

Commit b319dad

Browse files
authored
Merge pull request #2353 from pymc-devs/3.1
Increment release number to 3.1
2 parents 7d55010 + 8c167e5 commit b319dad

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.1rc4'
81+
release = '3.1'
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.1rc4"
2+
__version__ = "3.1"
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.1rc4"
16+
VERSION = "3.1"
1717

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

0 commit comments

Comments
 (0)