File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
# The short X.Y version.
79
79
version = '3.1'
80
80
# The full version, including alpha/beta/rc tags.
81
- release = '3.1rc4 '
81
+ release = '3.1 '
82
82
83
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
84
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# pylint: disable=wildcard-import
2
- __version__ = "3.1rc4 "
2
+ __version__ = "3.1 "
3
3
4
4
from .blocking import *
5
5
from .distributions import *
Original file line number Diff line number Diff line change 13
13
AUTHOR_EMAIL = '[email protected] '
14
14
URL = "http://github.com/pymc-devs/pymc3"
15
15
LICENSE = "Apache License, Version 2.0"
16
- VERSION = "3.1rc4 "
16
+ VERSION = "3.1 "
17
17
18
18
classifiers = ['Development Status :: 5 - Production/Stable' ,
19
19
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments