Skip to content

Commit e5bf8de

Browse files
authored
Merge pull request tensorflow#35620 from tensorflow-jenkins/version-numbers-2.1.0-23859
Update version numbers for TensorFlow 2.1.0
2 parents bd56e04 + d43e3c7 commit e5bf8de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/core/public/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
2828
// "-beta", "-rc", "-rc.1")
29-
#define TF_VERSION_SUFFIX "-rc2"
29+
#define TF_VERSION_SUFFIX ""
3030

3131
#define TF_STR_HELPER(x) #x
3232
#define TF_STR(x) TF_STR_HELPER(x)

tensorflow/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# result for pip.
4848
# Also update tensorflow/tensorflow.bzl and
4949
# tensorflow/core/public/version.h
50-
_VERSION = '2.1.0-rc2'
50+
_VERSION = '2.1.0'
5151

5252
REQUIRED_PACKAGES = [
5353
'absl-py >= 0.7.0',

0 commit comments

Comments
 (0)