Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish Mohan committed Nov 19, 2021
1 parent 316f765 commit d784c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oss_scripts/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from setuptools.dist import Distribution

project_name = 'tensorflow-text'
project_version = '2.7.1'
project_version = '2.7.3'


class BinaryDistribution(Distribution):
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
]

remove_undocumented(__name__, _allowed_symbols)
__version__ = "2.7.1"
__version__ = "2.7.3"

0 comments on commit d784c21

Please sign in to comment.