We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d416d05 commit 7bea12dCopy full SHA for 7bea12d
oss_scripts/pip_package/setup.py
@@ -46,7 +46,7 @@
46
from setuptools.dist import Distribution
47
48
project_name = 'tensorflow-text'
49
-project_version = '2.18.0'
+project_version = '2.18.1'
50
51
52
class BinaryDistribution(Distribution):
tensorflow_text/__init__.py
@@ -110,4 +110,4 @@
110
]
111
112
remove_undocumented(__name__, _allowed_symbols)
113
-__version__ = "2.18.0"
+__version__ = "2.18.1"
0 commit comments