aboutsummaryrefslogtreecommitdiff
path: root/python/google
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-07-25 00:16:35 -0700
committerGitHub <noreply@github.com>2017-07-25 00:16:35 -0700
commit4bff88e0fb2338657a781eeee0c5362a57b57bf3 (patch)
tree30925e44dadf18b92894be6fdf5129dbbee00869 /python/google
parent4ae94d69ffd450dcf4b108c9367aa91e1f55dc7d (diff)
parentce4416705b0f7e0dc7352618722d98ea268e4d4a (diff)
downloadprotobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.tar.gz
protobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.tar.bz2
protobuf-4bff88e0fb2338657a781eeee0c5362a57b57bf3.zip
Merge pull request #3413 from pherl/3.4.x
Update version number for 3.4.0
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 0375d72d..d26da0df 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.3.0'
+__version__ = '3.4.0'
if __name__ != '__main__':
try: