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 8181# The short X.Y version.
8282version = '3.3'
8383# The full version, including alpha/beta/rc tags.
84- release = '3.3rc2 '
84+ release = '3.3 '
8585
8686# The language for content autogenerated by Sphinx. Refer to documentation
8787# for a list of supported languages.
Original file line number Diff line number Diff line change 11# pylint: disable=wildcard-import
2- __version__ = "3.3rc2 "
2+ __version__ = "3.3 "
33
44from .blocking import *
55from .distributions import *
Original file line number Diff line number Diff line change 1111AUTHOR_EMAIL = '[email protected] ' 1212URL = "http://github.com/pymc-devs/pymc3"
1313LICENSE = "Apache License, Version 2.0"
14- VERSION = "3.3rc2 "
14+ VERSION = "3.3 "
1515
1616classifiers = ['Development Status :: 5 - Production/Stable' ,
1717 'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments