From 4573e110b89d3b1288f2f9f611fc85b91256db3a Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Wed, 4 Mar 2015 16:45:13 -0800 Subject: Fix python versions to comply with pep-0440. Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c --- 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 ef8c9c58..1345bd5f 100755 --- a/python/google/protobuf/__init__.py +++ b/python/google/protobuf/__init__.py @@ -32,4 +32,4 @@ # # Copyright 2007 Google Inc. All Rights Reserved. -__version__ = '3.0.0-alpha-3-pre' +__version__ = '3.0.0a3.dev0' -- cgit v1.2.3