Skip to content

Commit 94ae7d6

Browse files
authored
Merge pull request #2925 from pymc-devs/v3.4_release
Version 3.4 RC 1
2 parents f7ab277 + 7960066 commit 94ae7d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = '3.3'
82+
version = '3.4'
8383
# The full version, including alpha/beta/rc tags.
84-
release = '3.3'
84+
release = '3.4rc1'
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.3"
2+
__version__ = "3.4"
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.3"
14+
VERSION = "3.4"
1515

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

0 commit comments

Comments
 (0)