Skip to content
Snippets Groups Projects
Commit 8819ac75 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #2373 from grpc/revert-2366-upport-python

Revert "Update Python version numbers"
parents 8a154f93 ca438752
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ _PACKAGE_DATA = {
'credentials/server1.pem',]
}
_INSTALL_REQUIRES = ['oauth2client>=1.4.7', 'grpcio>=0.10.0a0']
_INSTALL_REQUIRES = ['oauth2client>=1.4.7', 'grpcio>=0.4.0a4']
setuptools.setup(
name='interop',
......
......@@ -144,8 +144,8 @@ _PACKAGE_DIRECTORIES = {
setuptools.setup(
name='grpcio',
version='0.10.0a0',
ext_modules=[_EXTENSION_MODULE],
version='0.9.0a1',
ext_modules=_EXTENSION_MODULES,
packages=list(_PACKAGES),
package_dir=_PACKAGE_DIRECTORIES,
install_requires=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment