Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694506383
  • Loading branch information
csuter authored and tensorflower-gardener committed Nov 8, 2024
1 parent 5047529 commit 5fa62e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow_probability/python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _validate_tf_environment(package):
#
# Update this whenever we need to depend on a newer TensorFlow release.
#
required_tensorflow_version = '2.16'
required_tensorflow_version = '2.18'
# required_tensorflow_version = '1.15' # Needed internally -- DisableOnExport

if (distutils.version.LooseVersion(tf.__version__) <
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_probability/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '25'
_MINOR_VERSION = '26'
_PATCH_VERSION = '0'

# When building releases, we can update this value on the release branch to
Expand Down

0 comments on commit 5fa62e1

Please sign in to comment.