Skip to content

Commit

Permalink
Prepare version strings for 0.3.0 official release
Browse files Browse the repository at this point in the history
  • Loading branch information
csuter committed Aug 14, 2018
1 parent 05cb7ff commit 68a7d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_probability/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
'vi',
]

__version__ = '0.3.0-rc2'
__version__ = '0.3.0'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit 68a7d13

Please sign in to comment.