X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fsetup.py;h=2409e192db9c1366eb16f3ffc28b35b95e7d10be;hp=cecda452961a3061d8dd0c778be45c8feacfb023;hb=cd71c7f3b692849c5a1134310040dcdd8b87bbf8;hpb=0d7d8025971161a23aaf6da5238a194d4dcc3d3c diff --git a/python/setup.py b/python/setup.py index cecda45..2409e19 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.4", + version = "0.5", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",