]> git.scottworley.com Git - hellowebpy/blobdiff - setup.py
Release 1.0.1
[hellowebpy] / setup.py
index 0bce1add0de7e336843a4521a93934edf2f82a45..74740daf641055cbcd8760577bf0dadb928daf50 100644 (file)
--- 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',
     description="A minimal 'hello world' python web server.",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",