aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-10-12 11:02:57 -0700
committerGitHub <noreply@github.com>2017-10-12 11:02:57 -0700
commita632f0dbac406227fad0951262f3b6160eaabebe (patch)
treedc1deefbd5f9261836f1cd0f3f9fc5a3b6c93c36 /python
parentc4083bb3d1231f8a94f2f000434e38528bdff64a (diff)
parentdd980ccf578892615a0090d6b5e7538142cb5690 (diff)
downloadprotobuf-a632f0dbac406227fad0951262f3b6160eaabebe.tar.gz
protobuf-a632f0dbac406227fad0951262f3b6160eaabebe.tar.bz2
protobuf-a632f0dbac406227fad0951262f3b6160eaabebe.zip
Merge pull request #3739 from pherl/merge3.4
Merge3.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 d26da0df..9f1a4f19 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.4.0'
+__version__ = '3.4.1'
if __name__ != '__main__':
try: