aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-14 12:59:14 -0700
committerGitHub <noreply@github.com>2016-07-14 12:59:14 -0700
commit4e0d05138acfb9cfc82e23cb06227cf73d326f29 (patch)
tree845b3b33c4614e1fdbe9a933e34a7f12eddf4932 /python
parent8b659b226a450b1d5d47245b0ade01a55bf22f5e (diff)
parentc2ebdec35598deed99d17fc1320a2e213c7d021e (diff)
downloadprotobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.gz
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.bz2
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.zip
Merge pull request #1781 from xfxyjwf/update_version
Update version number to 3.0.0-beta-4
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 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: