From 87ae225b521cbf48a48f4f5b0ff87a6661198809 Mon Sep 17 00:00:00 2001 From: springcoil Date: Sun, 1 Jan 2017 17:31:15 +0100 Subject: [PATCH] REL: Incrementing to release candidate 5 --- 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 0afba9ff8d..2c1d9f8d5e 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.rc4' +release = '3.0.rc5' # 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 fb225ee4ec..e053b5891d 100644 --- a/pymc3/__init__.py +++ b/pymc3/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.rc4" +__version__ = "3.0.rc5" from .blocking import * from .distributions import * diff --git a/setup.py b/setup.py index 4fcf5af18a..11b0bfe508 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.rc4" +VERSION = "3.0.rc5" classifiers = ['Development Status :: 5 - Production/Stable', 'Programming Language :: Python',