aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
committerBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
commite7bcfc42411c8c1ffcec68474b308bc1da21f460 (patch)
treea58201de8d658af7444002973ba973b5265a82e9 /python
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
downloadprotobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.gz
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.bz2
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.zip
Update version number to 3.3.2
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 8628edd7..622dfb3d 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.1'
+__version__ = '3.3.2'
if __name__ != '__main__':
try: