aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-20 21:29:02 +0000
committerBo Yang <teboring@google.com>2016-09-20 21:37:06 +0000
commitebcda12102f2beaa630a81f5675854abb44746c1 (patch)
tree237b88b6df5ec2a724a78e959e688157f60e4a74 /python
parent679381fba8b44d79a1e69d3ba1f9275f623fa62e (diff)
downloadprotobuf-ebcda12102f2beaa630a81f5675854abb44746c1.tar.gz
protobuf-ebcda12102f2beaa630a81f5675854abb44746c1.tar.bz2
protobuf-ebcda12102f2beaa630a81f5675854abb44746c1.zip
Bump version number to 3.1.0-alpha-1.
Diffstat (limited to 'python')
-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 30ee6e81..f52137c4 100755
--- a/python/google/protobuf/__init__.py
+++ b/python/google/protobuf/__init__.py
@@ -30,7 +30,7 @@
# Copyright 2007 Google Inc. All Rights Reserved.
-__version__ = '3.0.2'
+__version__ = '3.1.0a1'
if __name__ != '__main__':
try: