Browse Source

Fix python package version to alpha-2.

Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
Jisi Liu 10 years ago
parent
commit
8e61d323bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      python/google/protobuf/__init__.py

+ 1 - 1
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'