diff --git a/.travis.yml b/.travis.yml index 6407b1c..8088062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python cache: pip python: - '3.6' - - nightly services: - docker matrix: diff --git a/setup.py b/setup.py index b61d78f..ae75a6d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='serving-utils', - version='0.9.1', + version='0.9.2', description='Some utilities for tensorflow serving', long_description=long_description, python_requires='>=3.6',