aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
diff options
context:
space:
mode:
authorGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-11-30 22:38:00 +0000
committerGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-11-30 22:38:00 +0000
commitef9acc464db9c897e617e3d7b35f99bcb321b21a (patch)
treea43eb794598597d92f8362b1a553848e0992f580 /python/setup.py
parent9c1c31ff165fceb76a0ec50cd7097038264c6908 (diff)
Update version to 2.5.0-pre
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 fbe27660..059a98bf 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -154,7 +154,7 @@ if __name__ == '__main__':
libraries = [ "protobuf" ]))
setup(name = 'protobuf',
- version = '2.4.2-pre',
+ version = '2.5.0-pre',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',