Skip to content

Commit 3451a4a

Browse files
committed
Changed version to 3.5
1 parent ad145a3 commit 3451a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes
22

33

4-
## PyMC 3.4.2
4+
## PyMC 3.5
55

66

77
### New features

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.4.2"
2+
__version__ = "3.5"
33

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

0 commit comments

Comments
 (0)