Skip to content

Commit cad8ec2

Browse files
authored
Merging (#1635)
1 parent cc57a0c commit cad8ec2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '3.0'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '3.0.rc5'
75+
release = '3.0.rc6'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.rc5"
1+
__version__ = "3.0.rc6"
22

33
from .blocking import *
44
from .distributions import *

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR_EMAIL = '[email protected]'
1313
URL = "http://github.com/pymc-devs/pymc"
1414
LICENSE = "Apache License, Version 2.0"
15-
VERSION = "3.0.rc5"
15+
VERSION = "3.0.rc6"
1616

1717
classifiers = ['Development Status :: 5 - Production/Stable',
1818
'Programming Language :: Python',
@@ -47,14 +47,14 @@
4747
license=LICENSE,
4848
url=URL,
4949
long_description=LONG_DESCRIPTION,
50-
packages=['pymc3',
51-
'pymc3.backends',
50+
packages=['pymc3',
51+
'pymc3.backends',
5252
'pymc3.distributions',
5353
'pymc3.examples',
54-
'pymc3.glm',
55-
'pymc3.step_methods',
54+
'pymc3.glm',
55+
'pymc3.step_methods',
5656
'pymc3.tuning',
57-
'pymc3.tests',
57+
'pymc3.tests',
5858
'pymc3.variational'],
5959
classifiers=classifiers,
6060
install_requires=install_reqs,

0 commit comments

Comments
 (0)