aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2014-12-03 11:52:21 -0800
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2014-12-03 11:52:21 -0800
commit81a630c66e23ef513a7cb585ea203bff11cc4167 (patch)
treeac19aa2aa9f2c82449d409236b058ada13fb065f /python/setup.py
parent77931993f4fbb6f7e46327934e1f65c2b4f247eb (diff)
Update version number to v3.0.0-alpha-1
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 69ffcd1d..e4120208 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -163,7 +163,7 @@ if __name__ == '__main__':
))
setup(name = 'protobuf',
- version = '2.6.2-pre',
+ version = '3.0.0-alpha-1',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',