Skip to content

Commit 22f512c

Browse files
authored
Merge pull request #50 from Yoctol/version_092
Version 092
2 parents 197a0aa + 249f97e commit 22f512c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
cache: pip
33
python:
44
- '3.6'
5-
- nightly
65
services:
76
- docker
87
matrix:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='serving-utils',
19-
version='0.9.1',
19+
version='0.9.2',
2020
description='Some utilities for tensorflow serving',
2121
long_description=long_description,
2222
python_requires='>=3.6',

0 commit comments

Comments
 (0)