X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fsetup.py;h=cecda452961a3061d8dd0c778be45c8feacfb023;hp=19efdc0221d786e094f87166e63d31bc602f12e6;hb=1b7621b22cf65c0f2a63e45b43629ddca013a82e;hpb=82e84769bb12dd531f44f83498f4ef2a146da63e diff --git a/python/setup.py b/python/setup.py index 19efdc0..cecda45 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.3", + version = "0.4", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",