aboutsummaryrefslogtreecommitdiff
path: root/python/google
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-13 15:56:53 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-13 16:08:47 -0700
commit932f94e16e946382f49db2027e71d02c3617afcb (patch)
tree18bae15d21bbb785be3a8cf11c93192904696f95 /python/google
parent06a02488ce326e4e4dc0c1bd3d66853c5de88d73 (diff)
downloadprotobuf-932f94e16e946382f49db2027e71d02c3617afcb.tar.gz
protobuf-932f94e16e946382f49db2027e71d02c3617afcb.tar.bz2
protobuf-932f94e16e946382f49db2027e71d02c3617afcb.zip
Update version number to 3.0.0-beta-4
Diffstat (limited to 'python/google')
-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 2a3c6771..7213496e 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.0b3'
+__version__ = '3.0.0b4'
if __name__ != '__main__':
try: