Bumped python version numbers.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 8 May 2013 02:35:50 +0000 (04:35 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 8 May 2013 02:35:50 +0000 (04:35 +0200)
python/setup.py
python3/setup.py

index ed6f192..3ffdcd8 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py",
-      version = "0.5",
+      version = "0.6",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",
index 79c30bb..6c6e16c 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py3",
-      version = "0.5",
+      version = "0.6",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",