We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e421f64 commit c903738Copy full SHA for c903738
pymc/__init__.py
@@ -7,7 +7,7 @@
7
8
"""
9
10
-__version__ = '2.2beta'
+__version__ = '2.2'
11
12
try:
13
import numpy
setup.py
@@ -96,7 +96,7 @@
96
97
if __name__ == '__main__':
98
from numpy.distutils.core import setup
99
- setup( version="2.2beta",
+ setup( version="2.2",
100
description="Markov Chain Monte Carlo sampling toolkit.",
101
#maintainer="David Huard",
102
#maintainer_email="david.huard@gmail.com",
0 commit comments