Skip to content

Commit 73f0d24

Browse files
author
Manish Mohan
committed
Update version
1 parent e340632 commit 73f0d24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

oss_scripts/pip_package/setup.py

+2-2
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.7.0-rc1'
35+
project_version = '2.7.0'
3636

3737

3838
class BinaryDistribution(Distribution):
@@ -73,7 +73,7 @@ def finalize_options(self):
7373
cmdclass={'install': InstallPlatlib},
7474
distclass=BinaryDistribution,
7575
install_requires=[
76-
'tensorflow>=2.7.0rc0, <2.8',
76+
'tensorflow>=2.7.0, <2.8',
7777
'tensorflow_hub>=0.8.0',
7878
],
7979
extras_require={

tensorflow_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@
8888
]
8989

9090
remove_undocumented(__name__, _allowed_symbols)
91-
__version__ = "2.7.0-rc1"
91+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)