Skip to content

Commit a031101

Browse files
committed
Update version
1 parent e40996e commit a031101

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ http_archive(
9292

9393
http_archive(
9494
name = "org_tensorflow",
95-
strip_prefix = "tensorflow-2.4.0-rc1",
96-
sha256 = "ea76e3124328d5f62da0804def78a78453948cd029a2d976950e553a043f9849",
95+
strip_prefix = "tensorflow-2.4.0-rc3",
96+
sha256 = "1da57fabb239b2509d31117421727c07d87a82f5d24261b9713a89aba515ea34",
9797
urls = [
98-
"https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc1.zip"
98+
"https://github.com/tensorflow/tensorflow/archive/v2.4.0-rc3.zip"
9999
],
100100
)
101101

oss_scripts/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ $(pip show tensorflow) == *tensorflow* ]] || [[ $(pip show tf-nightly) ==
4141
echo 'Using installed tensorflow.'
4242
else
4343
echo 'Installing tensorflow.'
44-
pip install tensorflow==2.4.0rc1
44+
pip install tensorflow==2.4.0rc3
4545
fi
4646

4747
if is_windows; then

oss_scripts/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from setuptools.dist import Distribution
3333

3434
project_name = 'tensorflow-text'
35-
project_version = '2.4.0-rc0'
35+
project_version = '2.4.0-rc1'
3636

3737

3838
class BinaryDistribution(Distribution):

0 commit comments

Comments
 (0)