Skip to content

Commit d97fda8

Browse files
authored
Merge pull request pymc-devs#2814 from pymc-devs/3.3release
Version 3.3 release final
2 parents 839e06f + 79dbab8 commit d97fda8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
# The short X.Y version.
8282
version = '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.

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=wildcard-import
2-
__version__ = "3.3rc2"
2+
__version__ = "3.3"
33

44
from .blocking import *
55
from .distributions import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR_EMAIL = '[email protected]'
1212
URL = "http://github.com/pymc-devs/pymc3"
1313
LICENSE = "Apache License, Version 2.0"
14-
VERSION = "3.3rc2"
14+
VERSION = "3.3"
1515

1616
classifiers = ['Development Status :: 5 - Production/Stable',
1717
'Programming Language :: Python',

0 commit comments

Comments
 (0)