From f933d10fbe701df5166ca18764e4ef0922559b66 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 22 Sep 2016 14:28:55 -0700 Subject: Update version number. [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da --- python/google/protobuf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google/protobuf/__init__.py') 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: -- cgit v1.2.3