X-Git-Url: http://git.scottworley.com/hellowebpy/blobdiff_plain/f95935ab51cb4943f782fcec237a2a6701660ed2..fe7b4edd757c74e9bfc8ba9168505be9cf2bc2ab:/setup.py diff --git a/setup.py b/setup.py index 0bce1ad..f5b2efe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='hellowebpy', - version='1.0.0', + version='1.0.1-pre', description="A minimal 'hello world' python web server.", author="Scott Worley", author_email="scottworley@scottworley.com",