]> git.scottworley.com Git - hellowebpy/blobdiff - setup.py
Release 1.0.1
[hellowebpy] / setup.py
index f5b2efe3d16049a6dd92dd203761e2225df331a4..74740daf641055cbcd8760577bf0dadb928daf50 100644 (file)
--- 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",