aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/__init__.py
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2016-07-13 15:56:53 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2016-07-13 16:08:47 -0700
commit932f94e16e946382f49db2027e71d02c3617afcb (patch)
tree18bae15d21bbb785be3a8cf11c93192904696f95 /python/google/protobuf/__init__.py
parent06a02488ce326e4e4dc0c1bd3d66853c5de88d73 (diff)
Update version number to 3.0.0-beta-4
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 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: