From: Fredrik Tolf Date: Thu, 10 Mar 2011 13:38:24 +0000 (+0100) Subject: Bumped version number. X-Git-Tag: 0.8~29 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=9158f8309871eb9bf44132f7da6d28100dea8ee2 Bumped version number. --- diff --git a/python/setup.py b/python/setup.py index 3bfde4b..4fa00f5 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.2", + version = "0.3", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",