Skip to content

Commit 4656cd5

Browse files
committed
increment version to 3.11.0 in __init__.py
1 parent 89916ad commit 4656cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=wildcard-import
16-
__version__ = "3.10.0"
16+
__version__ = "3.11.0"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)