We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bb87b commit cc52342Copy full SHA for cc52342
oss_scripts/pip_package/setup.py
@@ -32,7 +32,7 @@
32
from setuptools.dist import Distribution
33
34
project_name = 'tensorflow-text'
35
-project_version = '2.0.0-rc1'
+project_version = '2.0.0'
36
37
38
class BinaryDistribution(Distribution):
0 commit comments