diff --git a/.gitignore b/.gitignore index 320a20b..0e8d2f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -libhtp-0.5.21 +libhtp-0.5.25 build/* *.swp diff --git a/htpy.c b/htpy.c index d521167..c86e486 100644 --- a/htpy.c +++ b/htpy.c @@ -29,7 +29,7 @@ #include "htp.h" #include "htp_private.h" -#define HTPY_VERSION "0.24" +#define HTPY_VERSION "0.25" static PyObject *htpy_error; static PyObject *htpy_stop; diff --git a/libhtp-0.5.21.tar.gz b/libhtp-0.5.21.tar.gz deleted file mode 100644 index dc88d39..0000000 Binary files a/libhtp-0.5.21.tar.gz and /dev/null differ diff --git a/libhtp-0.5.25.tar.gz b/libhtp-0.5.25.tar.gz new file mode 100644 index 0000000..b4f3b0b Binary files /dev/null and b/libhtp-0.5.25.tar.gz differ diff --git a/setup.py b/setup.py index 2c26ce8..6989500 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ pathjoin = os.path.join -GITVER = '0.5.21' +GITVER = '0.5.25' PKGNAME = 'libhtp-' + GITVER PKGTAR = PKGNAME + '.tar.gz' BUILDDIR = 'libhtp-' + GITVER @@ -51,7 +51,7 @@ def run(self): setup (# Distribution meta-data name = "htpy", - version = "0.24", + version = "0.25", description = "python bindings for libhtp", author = "Wesley Shields", author_email = "wxs@atarininja.org",