bump 0.10.0

This commit is contained in:
benoitc 2010-07-08 21:34:26 +02:00
parent 9af95b7f8d
commit 9ae104be59

View File

@ -3,5 +3,5 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
version_info = (0, 10, "0-dev")
version_info = (0, 10, 0)
__version__ = ".".join(map(str, version_info))