aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2013-02-27 18:49:03 +0000
committerFeng Xiao <xfxyjwf@gmail.com>2015-03-24 16:38:08 -0700
commit774d630bde574f5fcbb6dae6eaa0f91f7bc12967 (patch)
tree36b6618e503f49713bb0a94b945b3c7b287b158e /python
parenta36f1b43e738a7f5e40ab11b621803d684c3d65a (diff)
downloadprotobuf-774d630bde574f5fcbb6dae6eaa0f91f7bc12967.tar.gz
protobuf-774d630bde574f5fcbb6dae6eaa0f91f7bc12967.tar.bz2
protobuf-774d630bde574f5fcbb6dae6eaa0f91f7bc12967.zip
Update version number to 2.5.0v2.5.0
Change-Id: Ie5114bde3574c6cb0c67d5852b4658287561a0d3
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 8a986298..777839a0 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -156,7 +156,7 @@ if __name__ == '__main__':
libraries = [ "protobuf" ]))
setup(name = 'protobuf',
- version = '2.5.0-pre',
+ version = '2.5.0',
packages = [ 'google' ],
namespace_packages = [ 'google' ],
test_suite = 'setup.MakeTestSuite',