From b7123f16ac6456af71740c9af2ff0d3d0b33c1ba Mon Sep 17 00:00:00 2001 From: Solumilken Date: Thu, 5 Dec 2019 19:22:56 +0800 Subject: [PATCH 1/2] removed nightly --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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: From 249f97ebcef77d7663a39c933a8aacf2d6845899 Mon Sep 17 00:00:00 2001 From: Solumilken Date: Thu, 5 Dec 2019 19:23:07 +0800 Subject: [PATCH 2/2] version 0.9.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',