Skip to content

Commit

Permalink
Increment version number 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
With 0.2.0 released, I believe we should follow the TF convention of
incrementing the version number now. This way, nightly releases will be named
'0.3.0.devYYYYMMDD' which suggests (rightly) that they are dev snapshots in
pursuit of the eventual 0.3 release.

In the future, the release workflow (documentation in progress) will call for
incrementing the version number right after the release branch is cut (or
thereabouts...specifics TBD).

PiperOrigin-RevId: 205444185
  • Loading branch information
csuter authored and Copybara-Service committed Jul 20, 2018
1 parent 5eeda7e commit ebff728
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.0'
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.2.0'
__version__ = '0.3.0'

remove_undocumented(__name__, _allowed_symbols)

0 comments on commit ebff728

Please sign in to comment.