X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fsetup.py;fp=python3%2Fsetup.py;h=6c6e16cd74098a5aef4418a4f5bbd8270ad51449;hp=79c30bb5d71f5a54ec4d37f0e4d8d65fa1718c87;hb=bcad6b0c48d516ddc920b52f06083ceaa242e1ca;hpb=589987f8218c9aa61d65f582a3b3e1bbd32bda81 diff --git a/python3/setup.py b/python3/setup.py index 79c30bb..6c6e16c 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.5", + version = "0.6", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",