Bumped version number.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:38:24 +0000 (14:38 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:38:24 +0000 (14:38 +0100)
python/setup.py

index 3bfde4b..4fa00f5 100755 (executable)
@@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"],
                   libraries = ["ht"])
 
 setup(name = "ashd-py",
-      version = "0.2",
+      version = "0.3",
       description = "Python module for handling ashd requests",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",