Skip to content

Commit 4423182

Browse files
committed
Update version
1 parent 3b15887 commit 4423182

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.8.1'
35+
project_version = '2.8.2'
3636

3737

3838
class BinaryDistribution(Distribution):
@@ -78,7 +78,7 @@ def finalize_options(self):
7878
'tensorflow_hub>=0.8.0',
7979
],
8080
extras_require={
81-
'tensorflow_cpu': ['tensorflow-cpu>=2.4.0rc0, <2.5',],
81+
'tensorflow_cpu': ['tensorflow-cpu>=2.8.0, <2.9',],
8282
'tests': [
8383
'absl-py',
8484
'pytest',

tensorflow_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
]
9090

9191
remove_undocumented(__name__, _allowed_symbols)
92-
__version__ = "2.8.1"
92+
__version__ = "2.8.2"

0 commit comments

Comments
 (0)