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

Commit 386f3b9

Browse files
authored
Merge pull request #110 from vmarkovtsev/grpcio
Bump grpcio version
2 parents 5ee5ed3 + 7ee029e commit 386f3b9

2 files changed

Lines changed: 4 additions & 5 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.10.0
2-
grpcio-tools==1.10.0
1+
grpcio==1.13.0
2+
grpcio-tools==1.13.0
33
docker>=2.0,<3.0
44
protobuf>=3.4.0,<4.0

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages, Extension
1111
from setuptools.command.build_ext import build_ext
1212

13-
VERSION = "2.9.13"
13+
VERSION = "2.9.14"
1414
LIBUAST_VERSION = "v1.9.1"
1515
SDK_VERSION = "v1.8.0"
1616
SDK_MAJOR = SDK_VERSION.split('.')[0]
@@ -224,8 +224,7 @@ def main():
224224
packages=find_packages(),
225225
exclude=["bblfsh/test.py"],
226226
keywords=["babelfish", "uast"],
227-
install_requires=["grpcio==1.10.0", "grpcio-tools==1.10.0", "docker", "protobuf>=3.4.0"],
228-
227+
install_requires=["grpcio==1.13.0", "grpcio-tools==1.13.0", "docker", "protobuf>=3.4.0"],
229228
package_data={"": ["LICENSE", "README.md"]},
230229
ext_modules=[libuast_module],
231230
classifiers=[

0 commit comments

Comments
 (0)