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 72
72
# The short X.Y version.
73
73
version = '3.0'
74
74
# The full version, including alpha/beta/rc tags.
75
- release = '3.0.rc1 '
75
+ release = '3.0.rc4 '
76
76
77
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
78
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version__ = "3.0.rc2 "
1
+ __version__ = "3.0.rc4 "
2
2
3
3
from .blocking import *
4
4
from .distributions import *
Original file line number Diff line number Diff line change 12
12
AUTHOR_EMAIL = '[email protected] '
13
13
URL = "http://github.com/pymc-devs/pymc"
14
14
LICENSE = "Apache License, Version 2.0"
15
- VERSION = "3.0.rc2 "
15
+ VERSION = "3.0.rc4 "
16
16
17
17
classifiers = ['Development Status :: 5 - Production/Stable' ,
18
18
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments