X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python3%2Fsetup.py;h=049f93a0763232034ac4f6620d4b2beaf1b84ad2;hb=d5ee5cdea79ab756f4a7908c19b8232d57a1a3a8;hp=f8924eb3934a88e28696fa1f2dc818433fcc8a91;hpb=c8301b0b38cae03a08ff8d11f0055f2353e86a41;p=ashd.git diff --git a/python3/setup.py b/python3/setup.py index f8924eb..049f93a 100755 --- a/python3/setup.py +++ b/python3/setup.py @@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"], libraries = ["ht"]) setup(name = "ashd-py3", - version = "0.4", + version = "0.5", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",