Skip to content

Commit

Permalink
Append "rc0" to the version spec
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 200780050
  • Loading branch information
csuter committed Jun 15, 2018
1 parent d7844dc commit 5e6fe17
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.1.0'
VERSION = '0.1.0rc0'

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 @@ -47,6 +47,6 @@
'vi',
]

__version__ = '0.1.0'
__version__ = '0.1.0-rc0'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit 5e6fe17

Please sign in to comment.