bump version so I'm sure I use the right terminal.

This commit is contained in:
benoitc 2010-04-16 21:08:53 +02:00
parent 138605dc43
commit 0a3438f963

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, 7, 2)
version_info = (0, 7, 3)
__version__ = ".".join(map(str, version_info))