aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/__init__.py
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2016-09-20 21:29:02 +0000
committerGravatar Bo Yang <teboring@google.com>2016-10-10 11:24:31 -0700
commit15f4db6cb177fc6fdd3743aae54a8ad30fc55c0b (patch)
tree4a071e32af4b2ac5c43304b1402c30b12dc7369c /python/google/protobuf/__init__.py
parentaf62fde5e88a2cc348dfacefd1db321e5481d22c (diff)
Bump version number to 3.1.0-alpha-1.
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 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: