aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/__init__.py
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-12-19 12:21:21 -0800
committerGitHub <noreply@github.com>2017-12-19 12:21:21 -0800
commit9ce29bd566e24a3df16abf0c9919b40d5d14a740 (patch)
tree8581d26955a65042311153d68297b0380360703a /python/google/protobuf/__init__.py
parent3a06fe1fc9590b534f403114a0668befba926947 (diff)
parent050fc9a43717193ffbccbd8ca5d19e1e5648c815 (diff)
downloadprotobuf-9ce29bd566e24a3df16abf0c9919b40d5d14a740.tar.gz
protobuf-9ce29bd566e24a3df16abf0c9919b40d5d14a740.tar.bz2
protobuf-9ce29bd566e24a3df16abf0c9919b40d5d14a740.zip
Merge pull request #4070 from pherl/3.5.x
Update version number to 3.5.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 0f4d63b0..950f9b2d 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.5.0.post1'
+__version__ = '3.5.1'
if __name__ != '__main__':
try: