Skip to content

Commit

Permalink
Merge 87ae225 into f20aca4
Browse files Browse the repository at this point in the history
  • Loading branch information
springcoil committed Jan 1, 2017
2 parents f20aca4 + 87ae225 commit d30d4fd
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 @@ -72,7 +72,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.rc4'
release = '3.0.rc5'

# 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,4 +1,4 @@
__version__ = "3.0.rc4"
__version__ = "3.0.rc5"

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/pymc"
LICENSE = "Apache License, Version 2.0"
VERSION = "3.0.rc4"
VERSION = "3.0.rc5"

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

0 comments on commit d30d4fd

Please sign in to comment.