Skip to content

Commit 87785b6

Browse files
authored
Merge pull request #1488 from rtg0795/2.20
Update Version for 2.20.1
2 parents 14771eb + 17a3a3a commit 87785b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

oss_scripts/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from setuptools.dist import Distribution
4747

4848
project_name = 'tensorflow-text'
49-
project_version = '2.20.0'
49+
project_version = '2.20.1'
5050

5151

5252
class BinaryDistribution(Distribution):

tensorflow_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@
110110
]
111111

112112
remove_undocumented(__name__, _allowed_symbols)
113-
__version__ = "2.20.0"
113+
__version__ = "2.20.1"

0 commit comments

Comments
 (0)