diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2016-09-22 14:28:55 -0700 |
---|---|---|
committer | Bo Yang <teboring@google.com> | 2016-10-10 11:44:21 -0700 |
commit | f933d10fbe701df5166ca18764e4ef0922559b66 (patch) | |
tree | 49c7316831eaba07dfae8032a1e022c5cf4ad270 /python | |
parent | 04d72c2997ce8d84c7eee54c6084ef161d7979e6 (diff) |
Update version number.
[skip ci]
Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
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 f52137c4..0e2a89ff 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.1.0a1' +__version__ = '3.1.0' if __name__ != '__main__': try: |