aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-03-04 15:28:35 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-03-04 15:28:35 -0800
commit8e61d323bf536651f7be8a342b92f35d547b38b4 (patch)
tree8257c9d2eb76cb9dfc3d0e0f2d25cf26b12de3e4
parentb386c73c43037d2f51b713690ae7f293d2cd6f45 (diff)
downloadprotobuf-8e61d323bf536651f7be8a342b92f35d547b38b4.tar.gz
protobuf-8e61d323bf536651f7be8a342b92f35d547b38b4.tar.bz2
protobuf-8e61d323bf536651f7be8a342b92f35d547b38b4.zip
Fix python package version to alpha-2.
Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
-rwxr-xr-xpython/google/protobuf/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'