Skip to content

Commit

Permalink
Bump version to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Apr 10, 2020
1 parent 1234330 commit 31cd4a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Introduction
************

:Version: 2.3.7
:Version: 2.3.8
:Authors: Chris Fonnesbeck, Anand Patil, David Huard, John Salvatier
:Web site: https://github.com/pymc-devs/pymc
:Documentation: http://bit.ly/pymc_docs
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pymc
version: 2.3.7rc1
version: 2.3.8

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
:Web site: http://github.com/pymc-devs/pymc
:Copyright: This document has been placed in the public domain.
:License: PyMC is released under the Academic Free license.
:Version: 2.3.7
:Version: 2.3.8

**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.**

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3.7'
version = '2.3.8'
# The full version, including alpha/beta/rc tags.
release = '2.3.7rc1'
release = '2.3.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__version__ = '2.3.7'
__version__ = '2.3.8'

try:
import numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def setup_pymc():
config_dict = build_ext(Configuration('pymc',parent_package=None,top_path=None))


setup( version="2.3.7",
setup( version="2.3.8",
description="Markov Chain Monte Carlo sampling toolkit.",
author="Christopher Fonnesbeck, Anand Patil and David Huard",
author_email="[email protected] ",
Expand Down

0 comments on commit 31cd4a0

Please sign in to comment.