File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.rc4 '
75+ release = '3.0.rc5 '
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.rc4 "
1+ __version__ = "3.0.rc5 "
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.rc4 "
15+ VERSION = "3.0.rc5 "
1616
1717classifiers = ['Development Status :: 5 - Production/Stable' ,
1818 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments