Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Mar 13, 2017
1 parent df04efb commit 01e5aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
__version__ = "3.1.rc1"

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 @@ -12,7 +12,7 @@
AUTHOR_EMAIL = 'chris.fonnesbeck@vanderbilt.edu'
URL = "http://github.com/pymc-devs/pymc3"
LICENSE = "Apache License, Version 2.0"
VERSION = "3.0"
VERSION = "3.1.rc1"

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

0 comments on commit 01e5aef

Please sign in to comment.