diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2016-09-02 11:57:49 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2016-09-02 11:57:49 -0700 |
commit | 6e11540b329c363b614afe9dbfd92d6d1f8ba674 (patch) | |
tree | 8f84bf13c5d22e8a0bfac58609016b2afe2e4191 /python | |
parent | a098e809336c5fbad7a8ff8f1210e5e0ac8d29b2 (diff) |
Bump version number to 3.0.2
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 6210a404..30ee6e81 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.0.0' +__version__ = '3.0.2' if __name__ != '__main__': try: |