From eb47f97fe28fd1ba4a78904ad4c0104f30c8aeb3 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Fri, 25 Nov 2016 13:47:14 +0100 Subject: [PATCH] MAINT Change 3.0 to 3.0.RC3 --- pymc3/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pymc3/__init__.py b/pymc3/__init__.py index 9d624e425c..fbb8dea5b7 100644 --- a/pymc3/__init__.py +++ b/pymc3/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0" +__version__ = "3.0.rc3" from .blocking import * from .distributions import * diff --git a/setup.py b/setup.py index f178acc1f5..1470c1f374 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" +VERSION = "3.0.rc3" classifiers = ['Development Status :: 5 - Production/Stable', 'Programming Language :: Python',