Skip to content

Commit 7bea12d

Browse files
committed
Update version for 2.18.1
1 parent d416d05 commit 7bea12d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18.0'
49+
project_version = '2.18.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.18.0"
113+
__version__ = "2.18.1"

0 commit comments

Comments
 (0)