Skip to content

Commit d07ba5b

Browse files
committed
update package version to 1.5.0
1 parent 941bdb7 commit d07ba5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='tensorflow-serving-api-python3',
10-
version='1.4.0',
10+
version='1.5.0',
1111
description="""*UNOFFICIAL* TensorFlow Serving API libraries for Python3""",
1212
long_description=io.open("README.rst", 'r', encoding="utf-8").read(),
1313
url='https://github.com/illagrenan/tensorflow-serving-api-python3',
@@ -18,7 +18,7 @@
1818
packages=['tensorflow_serving'],
1919
install_requires=[
2020
'grpcio>=1.7.0',
21-
'tensorflow>=1.4.0'
21+
'tensorflow>=1.5.0'
2222
],
2323
python_requires='~=3.5',
2424
include_package_data=True,

0 commit comments

Comments
 (0)