aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-07-10 13:33:58 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-07-10 13:33:58 -0700
commit8819ac75d9ce7d0f09b0e4aa0c26eedc7a1c23f8 (patch)
tree1295bd976452f80b96d0d0af3e13bbd8c7530f29 /src
parent8a154f9330de33134fd4ef1fc6bea211fb60f547 (diff)
parentca4387523aedbaea8e8663996d22b66f620afb27 (diff)
Merge pull request #2373 from grpc/revert-2366-upport-python
Revert "Update Python version numbers"
Diffstat (limited to 'src')
-rw-r--r--src/python/interop/setup.py2
-rw-r--r--src/python/src/setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/python/interop/setup.py b/src/python/interop/setup.py
index 75012b0d8f..502fcbedd8 100644
--- a/src/python/interop/setup.py
+++ b/src/python/interop/setup.py
@@ -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',
diff --git a/src/python/src/setup.py b/src/python/src/setup.py
index 302443281e..193285ac9b 100644
--- a/src/python/src/setup.py
+++ b/src/python/src/setup.py
@@ -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=[