From c6e42c8a868ca3b471cd1f4a7697bc7195efea06 Mon Sep 17 00:00:00 2001
From: Nathaniel Manista <nathaniel@google.com>
Date: Wed, 25 Feb 2015 21:30:24 +0000
Subject: [PATCH] Set Python version number to 0.4.0.

---
 src/python/src/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/src/setup.py b/src/python/src/setup.py
index 23f128636e..26121dcfab 100644
--- a/src/python/src/setup.py
+++ b/src/python/src/setup.py
@@ -81,6 +81,6 @@ _PACKAGE_DIRECTORIES = {
 }
 
 _core.setup(
-    name='grpc-2015', version='0.0.1',
+    name='grpc-2015', version='0.4.0',
     ext_modules=[_EXTENSION_MODULE], packages=_PACKAGES,
     package_dir=_PACKAGE_DIRECTORIES)
-- 
GitLab