From 4683836be3701e75f459494bd3de12edb7560a2d Mon Sep 17 00:00:00 2001 From: Brian Patton <22173987+brianwa84@users.noreply.github.com> Date: Wed, 14 Apr 2021 15:22:12 -0400 Subject: [PATCH] Set version to 0.12.2 --- 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 75fe14f9f7..5dcc0cceb0 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 = '12' -_PATCH_VERSION = '1' +_PATCH_VERSION = '2' # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official