aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/__init__.py
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2015-03-04 16:45:13 -0800
committerGravatar Jisi Liu <jisi.liu@gmail.com>2015-03-04 16:45:13 -0800
commit4573e110b89d3b1288f2f9f611fc85b91256db3a (patch)
tree8391742471324566d3e454b6911c819bf18a1cc6 /python/google/protobuf/__init__.py
parente4a9ace5415477feaefd70a2af2d0e93e83213a3 (diff)
Fix python versions to comply with pep-0440.
Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
Diffstat (limited to 'python/google/protobuf/__init__.py')
-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 ef8c9c58..1345bd5f 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-alpha-3-pre'
+__version__ = '3.0.0a3.dev0'