diff --git a/setup.py b/setup.py index 04998665b0..b48b29ea47 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.0rc2' +VERSION = '0.3.0' REQUIRED_PACKAGES = [ 'six >= 1.10.0', diff --git a/tensorflow_probability/python/__init__.py b/tensorflow_probability/python/__init__.py index d06b251ede..77f4e03d44 100644 --- a/tensorflow_probability/python/__init__.py +++ b/tensorflow_probability/python/__init__.py @@ -50,6 +50,6 @@ 'vi', ] -__version__ = '0.3.0-rc2' +__version__ = '0.3.0' remove_undocumented(__name__, _allowed_symbols)