Skip to content

Commit

Permalink
Update version for the TFP 0.18.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed Sep 7, 2022
1 parent 14db88b commit d1ba88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_probability/python/version.py
Expand Up @@ -16,15 +16,15 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '17'
_MINOR_VERSION = '18'
_PATCH_VERSION = '0'

# When building releases, we can update this value on the release branch to
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_VERSION_SUFFIX = 'dev'
_VERSION_SUFFIX = ''

# Example, '0.4.0-dev'
__version__ = '.'.join([
Expand Down

0 comments on commit d1ba88e

Please sign in to comment.