diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2014-10-21 16:47:33 -0700 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2014-10-21 16:47:33 -0700 |
commit | df5481c6b38b147e7eeb657d2bd1afdff77ec3ee (patch) | |
tree | 326ec5bb9c3ad1ebd1ddba1261bdace57a3ccef3 /python | |
parent | f9e623b1671c8333247f251c5c4a2ef2ad7bcb2d (diff) |
Update version number to 2.6.2-pre.
Diffstat (limited to 'python')
-rwxr-xr-x | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index 2450a774..19f1e698 100755 --- a/python/setup.py +++ b/python/setup.py @@ -156,7 +156,7 @@ if __name__ == '__main__': )) setup(name = 'protobuf', - version = '2.6.1', + version = '2.6.2-pre', packages = [ 'google' ], namespace_packages = [ 'google' ], test_suite = 'setup.MakeTestSuite', |