]> www.dolda2000.com Git - ashd.git/commitdiff
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 ed6f192da3743fa41d313ec8a93bcc125ad812d1..3ffdcd842c4e7e6099852c670603913f2f6d22de 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 79c30bb5d71f5a54ec4d37f0e4d8d65fa1718c87..6c6e16cd74098a5aef4418a4f5bbd8270ad51449 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",