Skip to content

Commit 31cd4a0

Browse files
committed
Bump version to 2.3.8
1 parent 1234330 commit 31cd4a0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Introduction
33
************
44

5-
:Version: 2.3.7
5+
:Version: 2.3.8
66
:Authors: Chris Fonnesbeck, Anand Patil, David Huard, John Salvatier
77
:Web site: https://github.com/pymc-devs/pymc
88
:Documentation: http://bit.ly/pymc_docs

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pymc
3-
version: 2.3.7rc1
3+
version: 2.3.8
44

55
requirements:
66
build:

docs/INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Installation
88
:Web site: http://github.com/pymc-devs/pymc
99
:Copyright: This document has been placed in the public domain.
1010
:License: PyMC is released under the Academic Free license.
11-
:Version: 2.3.7
11+
:Version: 2.3.8
1212

1313
**NOTE: The current version PyMC (version 3) has been moved to its own repository called `pymc3`_. Unless you have a good reason for using this package, we recommend all new users adopt PyMC3.**
1414

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '2.3.7'
52+
version = '2.3.8'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '2.3.7rc1'
54+
release = '2.3.8'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

pymc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
"""
99

10-
__version__ = '2.3.7'
10+
__version__ = '2.3.8'
1111

1212
try:
1313
import numpy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def setup_pymc():
130130
config_dict = build_ext(Configuration('pymc',parent_package=None,top_path=None))
131131

132132

133-
setup( version="2.3.7",
133+
setup( version="2.3.8",
134134
description="Markov Chain Monte Carlo sampling toolkit.",
135135
author="Christopher Fonnesbeck, Anand Patil and David Huard",
136136
author_email="[email protected] ",

0 commit comments

Comments
 (0)