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