next version will be 0.7.0

This commit is contained in:
benoitc 2010-03-20 15:11:39 +01:00
parent 514a0ba0e3
commit 125392d054

View File

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