Skip to content

Commit 46fab90

Browse files
committed
Update version for TFP 0.22.1.
1 parent 7d5d528 commit 46fab90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def has_ext_modules(self):
8888
'Intended Audience :: Science/Research',
8989
'License :: OSI Approved :: Apache Software License',
9090
'Programming Language :: Python :: 3',
91-
'Programming Language :: Python :: 3.8',
9291
'Programming Language :: Python :: 3.9',
9392
'Programming Language :: Python :: 3.10',
9493
'Programming Language :: Python :: 3.11',

tensorflow_probability/python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We follow Semantic Versioning (https://semver.org/)
1818
_MAJOR_VERSION = '0'
1919
_MINOR_VERSION = '22'
20-
_PATCH_VERSION = '0'
20+
_PATCH_VERSION = '1'
2121

2222
# When building releases, we can update this value on the release branch to
2323
# reflect the current release candidate ('rc0', 'rc1') or, finally, the official

0 commit comments

Comments
 (0)