aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/src/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/setup.py b/src/python/src/setup.py
index a6924b27c3..1e45a8e8d5 100644
--- a/src/python/src/setup.py
+++ b/src/python/src/setup.py
@@ -83,7 +83,7 @@ _PACKAGE_DIRECTORIES = {
setuptools.setup(
name='grpcio',
- version='0.4.0a8',
+ version='0.5.0a0',
ext_modules=[_EXTENSION_MODULE],
packages=list(_PACKAGES),
package_dir=_PACKAGE_DIRECTORIES,