X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fsetup.py;h=049f93a0763232034ac4f6620d4b2beaf1b84ad2;hp=f8924eb3934a88e28696fa1f2dc818433fcc8a91;hb=cd71c7f3b692849c5a1134310040dcdd8b87bbf8;hpb=0d7d8025971161a23aaf6da5238a194d4dcc3d3c 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",