X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fsetup.py;h=3ffdcd842c4e7e6099852c670603913f2f6d22de;hp=ed6f192da3743fa41d313ec8a93bcc125ad812d1;hb=fc25a1d0f3876b8ebcadd67b3626a384802b5beb;hpb=7ec03c2b2587d59523f4946f9e0237cf2ad9447e diff --git a/python/setup.py b/python/setup.py index ed6f192..3ffdcd8 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.5", + version = "0.6", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",