Skip to content

Commit

Permalink
Increment version number 0.2.0rc0 -> 0.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 205279145
  • Loading branch information
csuter authored and Copybara-Service committed Jul 19, 2018
1 parent 4e98ee2 commit 2ef9934
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.2.0rc0'
VERSION = '0.2.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.2.0-rc0'
__version__ = '0.2.0'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit 2ef9934

Please sign in to comment.