Bumped version numbers.
[ashd.git] / python3 / setup.py
index f8924eb..049f93a 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py3",
-      version = "0.4",
+      version = "0.5",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",