diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
commit | 97dd175a917fcdf1a0e0421659498a974f3a464a (patch) | |
tree | 8d6727aeb04fe18507117dbc977ae1ac171ab946 /python | |
parent | cbe250591fca9d2e776776be065a72c5550a5556 (diff) |
Update version number to 3.5.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 9f1a4f19..76cb51c3 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.1' +__version__ = '3.5.0' if __name__ != '__main__': try: |