From bdd1dc35f16941154b301a3dc58e5311f1d2438f Mon Sep 17 00:00:00 2001 From: Chris Fonnesbeck Date: Thu, 1 Dec 2016 16:45:24 -0600 Subject: [PATCH] Incremented release version to 3.0.4c4 --- docs/source/conf.py | 2 +- pymc3/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 943de814e2..0afba9ff8d 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.rc1' +release = '3.0.rc4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pymc3/__init__.py b/pymc3/__init__.py index 9c4dcc2aac..fb225ee4ec 100644 --- a/pymc3/__init__.py +++ b/pymc3/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.rc2" +__version__ = "3.0.rc4" from .blocking import * from .distributions import * diff --git a/setup.py b/setup.py index 708cfb1006..4fcf5af18a 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR_EMAIL = 'chris.fonnesbeck@vanderbilt.edu' URL = "http://github.com/pymc-devs/pymc" LICENSE = "Apache License, Version 2.0" -VERSION = "3.0.rc2" +VERSION = "3.0.rc4" classifiers = ['Development Status :: 5 - Production/Stable', 'Programming Language :: Python',