Skip to content

Commit

Permalink
Revert "Update Python version numbers"
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jul 10, 2015
1 parent a92979e commit ca43875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/python/interop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'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',
Expand Down
4 changes: 2 additions & 2 deletions src/python/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def cython_extensions(package_names, module_names, include_dirs, libraries,

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=[
Expand Down

0 comments on commit ca43875

Please sign in to comment.