From fc25a1d0f3876b8ebcadd67b3626a384802b5beb Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 8 May 2013 04:35:50 +0200 Subject: [PATCH] Bumped python version numbers. --- python/setup.py | 2 +- python3/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index ed6f192..3ffdcd8 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.5", + version = "0.6", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com", 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", -- 2.11.0