File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7272# The short X.Y version.
7373version = '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.
Original file line number Diff line number Diff line change 1- __version__ = "3.0.rc5 "
1+ __version__ = "3.0.rc6 "
22
33from .blocking import *
44from .distributions import *
Original file line number Diff line number Diff line change 1212AUTHOR_EMAIL = '[email protected] ' 1313URL = "http://github.com/pymc-devs/pymc"
1414LICENSE = "Apache License, Version 2.0"
15- VERSION = "3.0.rc5 "
15+ VERSION = "3.0.rc6 "
1616
1717classifiers = ['Development Status :: 5 - Production/Stable' ,
1818 'Programming Language :: Python' ,
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 ,
You can’t perform that action at this time.
0 commit comments