diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2018-05-14 16:06:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2018-05-14 16:06:22 -0700 |
commit | 45eb28b588a3b4ef5e54abf92b1f2b7eafb2cbf8 (patch) | |
tree | d3b06c5a55b482ee53731b165ddf418bfe21dbe4 /python | |
parent | b61dd9d9a229c5a82788fdeefa344aa65affae09 (diff) |
Update version number to 3.6.0
Diffstat (limited to 'python')
-rwxr-xr-x | python/google/protobuf/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/__init__.py b/python/google/protobuf/__init__.py index d4360727..58a3f040 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.2' +__version__ = '3.6.0' if __name__ != '__main__': try: |