X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fsetup.py;h=4fa00f5f0d113f76f9ed6427bb2014c20a49381f;hp=3bfde4bd45505d3945cb75f245acc55123dc9b8d;hb=9158f8309871eb9bf44132f7da6d28100dea8ee2;hpb=1a8fa8c5b1bb76e10cf42129ef3f7450f145af68 diff --git a/python/setup.py b/python/setup.py index 3bfde4b..4fa00f5 100755 --- a/python/setup.py +++ b/python/setup.py @@ -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",