Skip to content

Commit

Permalink
Merge pull request #2353 from pymc-devs/3.1
Browse files Browse the repository at this point in the history
Increment release number to 3.1
  • Loading branch information
fonnesbeck committed Jun 25, 2017
2 parents 7d55010 + 8c167e5 commit b319dad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# The short X.Y version.
version = '3.1'
# The full version, including alpha/beta/rc tags.
release = '3.1rc4'
release = '3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pymc3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pylint: disable=wildcard-import
__version__ = "3.1rc4"
__version__ = "3.1"

from .blocking import *
from .distributions import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AUTHOR_EMAIL = 'chris.fonnesbeck@vanderbilt.edu'
URL = "http://github.com/pymc-devs/pymc3"
LICENSE = "Apache License, Version 2.0"
VERSION = "3.1rc4"
VERSION = "3.1"

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

0 comments on commit b319dad

Please sign in to comment.