little bump

This commit is contained in:
Benoit Chesneau 2010-02-03 19:46:14 +01:00
parent eb0414e02c
commit cc060fbd0e
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@
# See the NOTICE for more information.
__version__ = "0.2"
__version__ = "0.4.1"

View File

@ -85,7 +85,7 @@ def daemonize():
def main(usage, get_app):
parser = op.OptionParser(usage=usage, option_list=options(),
version="%prog 0.4")
version="%prog 0.4.1")
opts, args = parser.parse_args()
configure_logging(opts)

View File

@ -9,7 +9,7 @@ from setuptools import setup, find_packages
setup(
name = 'gunicorn',
version = '0.4',
version = '0.4.1',
description = 'WSGI HTTP Server for UNIX',
long_description = file(