From 8e61d323bf536651f7be8a342b92f35d547b38b4 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Wed, 4 Mar 2015 15:28:35 -0800 Subject: Fix python package version to alpha-2. Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf --- python/google/protobuf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google/protobuf/__init__.py') diff --git a/python/google/protobuf/__init__.py b/python/google/protobuf/__init__.py index ec3b0934..d1af74ba 100755 --- a/python/google/protobuf/__init__.py +++ b/python/google/protobuf/__init__.py @@ -32,4 +32,4 @@ # # Copyright 2007 Google Inc. All Rights Reserved. -__version__ = '3.0.0-pre' +__version__ = '3.0.0-alpha-2' -- cgit v1.2.3