From fb99b12772513dc6888ea0854a4a891b4bbb4b21 Mon Sep 17 00:00:00 2001 From: Jacob Burnim Date: Thu, 30 Sep 2021 14:16:44 -0700 Subject: [PATCH] Set the version for the 0.14.1 release. --- tensorflow_probability/python/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_probability/python/version.py b/tensorflow_probability/python/version.py index d5d41990aa..f362c55c15 100644 --- a/tensorflow_probability/python/version.py +++ b/tensorflow_probability/python/version.py @@ -17,7 +17,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = '0' _MINOR_VERSION = '14' -_PATCH_VERSION = '0' +_PATCH_VERSION = '1' # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official