From 46fab90c7d41ea0cf3c508165fce3bb32f5c66fc Mon Sep 17 00:00:00 2001 From: Jacob Burnim Date: Thu, 12 Oct 2023 15:27:27 -0700 Subject: [PATCH] Update version for TFP 0.22.1. --- setup.py | 1 - tensorflow_probability/python/version.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4352d2007f..6834b256d1 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,6 @@ def has_ext_modules(self): 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', diff --git a/tensorflow_probability/python/version.py b/tensorflow_probability/python/version.py index 868c872149..e3b0b71f22 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 = '22' -_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