Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b5f91f8

Browse files
authored
Merge pull request #97 from tensorflow/rtg0795-patch-2
Update Estimator version number for 2.15.0
2 parents 282acf0 + 7219a92 commit b5f91f8

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_estimator/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_estimator/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# This version string is semver compatible, but incompatible with pip.
3131
# For pip, we will remove all '-' characters from this string, and use the
3232
# result for pip.
33-
_VERSION = '2.15.0-rc0'
33+
_VERSION = '2.15.0'
3434

3535
REQUIRED_PACKAGES = [
3636
# We depend on TensorFlow's declared pip dependencies.

0 commit comments

Comments
 (0)