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 81
81
# The short X.Y version.
82
82
version = '3.3'
83
83
# The full version, including alpha/beta/rc tags.
84
- release = '3.3rc2 '
84
+ release = '3.3 '
85
85
86
86
# The language for content autogenerated by Sphinx. Refer to documentation
87
87
# 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.3rc2 "
2
+ __version__ = "3.3 "
3
3
4
4
from .blocking import *
5
5
from .distributions import *
Original file line number Diff line number Diff line change 11
11
AUTHOR_EMAIL = '[email protected] '
12
12
URL = "http://github.com/pymc-devs/pymc3"
13
13
LICENSE = "Apache License, Version 2.0"
14
- VERSION = "3.3rc2 "
14
+ VERSION = "3.3 "
15
15
16
16
classifiers = ['Development Status :: 5 - Production/Stable' ,
17
17
'Programming Language :: Python' ,
You can’t perform that action at this time.
0 commit comments