aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2015-02-21 13:55:43 -0800
committerGravatar Jisi Liu <jisi.liu@gmail.com>2015-02-21 13:55:43 -0800
commit7d8564f220de0132764793b42409403d9a9299fc (patch)
tree385891d31174c74e874bdd466d6b88f5ceb56b3e /python/setup.py
parent561ea894055adb5243e3b687b0a8fa36e4cd457a (diff)
Update version number to 3.0.0-alpha-2
Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index cfe25cc0..45dd0761 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -163,7 +163,7 @@ if __name__ == '__main__':
))
setup(name = 'protobuf',
- version = '3.0.0-pre',
+ version = '3.0.0-alpha-2',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',