mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
little bump
This commit is contained in:
parent
eb0414e02c
commit
cc060fbd0e
@ -4,4 +4,4 @@
|
|||||||
# See the NOTICE for more information.
|
# See the NOTICE for more information.
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.2"
|
__version__ = "0.4.1"
|
||||||
|
|||||||
@ -85,7 +85,7 @@ def daemonize():
|
|||||||
|
|
||||||
def main(usage, get_app):
|
def main(usage, get_app):
|
||||||
parser = op.OptionParser(usage=usage, option_list=options(),
|
parser = op.OptionParser(usage=usage, option_list=options(),
|
||||||
version="%prog 0.4")
|
version="%prog 0.4.1")
|
||||||
opts, args = parser.parse_args()
|
opts, args = parser.parse_args()
|
||||||
configure_logging(opts)
|
configure_logging(opts)
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'gunicorn',
|
name = 'gunicorn',
|
||||||
version = '0.4',
|
version = '0.4.1',
|
||||||
|
|
||||||
description = 'WSGI HTTP Server for UNIX',
|
description = 'WSGI HTTP Server for UNIX',
|
||||||
long_description = file(
|
long_description = file(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user