Skip to content

Commit

Permalink
Merging (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
springcoil authored Jan 2, 2017
1 parent cc57a0c commit cad8ec2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.rc5'
release = '3.0.rc6'

# 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.rc5"
__version__ = "3.0.rc6"

from .blocking import *
from .distributions import *
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
AUTHOR_EMAIL = '[email protected]'
URL = "http://github.com/pymc-devs/pymc"
LICENSE = "Apache License, Version 2.0"
VERSION = "3.0.rc5"
VERSION = "3.0.rc6"

classifiers = ['Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
Expand Down Expand Up @@ -47,14 +47,14 @@
license=LICENSE,
url=URL,
long_description=LONG_DESCRIPTION,
packages=['pymc3',
'pymc3.backends',
packages=['pymc3',
'pymc3.backends',
'pymc3.distributions',
'pymc3.examples',
'pymc3.glm',
'pymc3.step_methods',
'pymc3.glm',
'pymc3.step_methods',
'pymc3.tuning',
'pymc3.tests',
'pymc3.tests',
'pymc3.variational'],
classifiers=classifiers,
install_requires=install_reqs,
Expand Down

0 comments on commit cad8ec2

Please sign in to comment.