From 8e64fa6088fe1e29c98474b350b4ae1340a8a45f Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Thu, 9 Aug 2018 18:34:38 -0400 Subject: [PATCH] Increment version number to 0.3.0-rc2 --- setup.py | 2 +- tensorflow_probability/python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 45faf1f49f..cb67276d75 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools.command.install import install as InstallCommandBase from setuptools.dist import Distribution -VERSION = '0.3.0' +VERSION = '0.3.0rc2' REQUIRED_PACKAGES = [ 'six >= 1.10.0', diff --git a/tensorflow_probability/python/__init__.py b/tensorflow_probability/python/__init__.py index 77f4e03d44..d06b251ede 100644 --- a/tensorflow_probability/python/__init__.py +++ b/tensorflow_probability/python/__init__.py @@ -50,6 +50,6 @@ 'vi', ] -__version__ = '0.3.0' +__version__ = '0.3.0-rc2' remove_undocumented(__name__, _allowed_symbols)