From d1ba88e038e2c6caeafd3fa0b466cf905dfd23c4 Mon Sep 17 00:00:00 2001 From: Jacob Burnim Date: Wed, 7 Sep 2022 14:36:43 -0700 Subject: [PATCH] Update version for the TFP 0.18.0 release. --- tensorflow_probability/python/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow_probability/python/version.py b/tensorflow_probability/python/version.py index c8c609a859..950ccd6339 100644 --- a/tensorflow_probability/python/version.py +++ b/tensorflow_probability/python/version.py @@ -16,7 +16,7 @@ # 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 @@ -24,7 +24,7 @@ # 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([