Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 3a2bf50

Browse files
authored
Merge pull request #97 from juanjux/fix/same_grpcio_version
Use the same grpcio version dependency on setup.py and requirements
2 parents aa92ace + 7c10ce7 commit 3a2bf50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio>=1.3,<=2.0
2-
grpcio-tools>=1.3,<2.0
1+
grpcio==1.10.0
2+
grpcio-tools==1.10.0
33
docker>=2.0,<3.0
44
protobuf>=3.4.0,<4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages, Extension
55
from setuptools.command.build_ext import build_ext
66

7-
VERSION = "2.9.10"
7+
VERSION = "2.9.11"
88
LIBUAST_VERSION = "v1.9.1"
99
SDK_VERSION = "v1.8.0"
1010
SDK_MAJOR = SDK_VERSION.split('.')[0]

0 commit comments

Comments
 (0)