Skip to content

Commit

Permalink
Bump rc0->rc1. Cannott re-upload pip package with the same RC
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 200846594
  • Loading branch information
csuter committed Jun 16, 2018
1 parent 0d4bab2 commit ef08e92
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.0rc0'
VERSION = '0.1.0rc1'

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-rc0'
__version__ = '0.1.0-rc1'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit ef08e92

Please sign in to comment.