Skip to content

Commit

Permalink
Merge pull request grpc#5077 from soltanmm/bump
Browse files Browse the repository at this point in the history
Bump python version
  • Loading branch information
soltanmm committed Feb 8, 2016
2 parents 051e1c1 + 7a81fb8 commit e4333fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def cython_extensions(package_names, module_names, extra_sources, include_dirs,

setuptools.setup(
name='grpcio',
version='0.12.0b8',
version='0.12.0b9',
license=LICENSE,
ext_modules=CYTHON_EXTENSION_MODULES,
packages=list(PACKAGES),
Expand Down

0 comments on commit e4333fa

Please sign in to comment.