X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fsetup.py;h=8564c8c1b37acf1f3fe68dc8440ec6aea2bed2fb;hb=1d3a63cf9e3420674c97741c5d37724c2dfae0b3;hp=8fbf0282b910ee32233c691a320f6d94eb2f795d;hpb=504f6becba185243aaf1dfaf046854ecf600a328;p=ashd.git diff --git a/python/setup.py b/python/setup.py index 8fbf028..8564c8c 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.1", + version = "0.2", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",