Skip to content

Commit 46f889f

Browse files
authored
Update PIP version to 1.0.0 in setup.py
1 parent efc8db8 commit 46f889f

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919

20-
_VERSION = '1.0.0rc0'
20+
_VERSION = '1.0.0'
2121

2222
REQUIRED_PACKAGES = [
2323
'tensorflow>=1.2.0',

0 commit comments

Comments
 (0)