Skip to content

Commit

Permalink
Increment version to 0.2.0-rc0 in preparation for new release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 204807373
  • Loading branch information
csuter committed Jul 16, 2018
1 parent 67a55b2 commit a2754ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
from setuptools.command.install import install as InstallCommandBase
from setuptools.dist import Distribution

VERSION = '0.1.0rc1'
VERSION = '0.2.0rc0'

REQUIRED_PACKAGES = [
'six >= 1.10.0',
'numpy >= 1.11.1',
]

REQUIRED_TENSORFLOW_VERSION = '1.9.0rc1'
REQUIRED_TENSORFLOW_VERSION = '1.9.0'

if '--gpu' in sys.argv:
use_gpu = True
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 @@ -49,6 +49,6 @@
'vi',
]

__version__ = '0.1.0-rc1'
__version__ = '0.2.0-rc0'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit a2754ce

Please sign in to comment.