Skip to content

Commit

Permalink
Update to 0.30 which includes libhtp 0.5.46
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD committed Feb 15, 2024
1 parent 7999b44 commit eed002e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htpy.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "htp.h"
#include "htp_private.h"

#define HTPY_VERSION "0.29"
#define HTPY_VERSION "0.30"

static PyObject *htpy_error;
static PyObject *htpy_stop;
Expand Down
Binary file removed libhtp-0.5.42.tar.gz
Binary file not shown.
Binary file added libhtp-0.5.46.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pathjoin = os.path.join

GITVER = '0.5.42'
GITVER = '0.5.46'
PKGNAME = 'libhtp-' + GITVER
PKGTAR = PKGNAME + '.tar.gz'
BUILDDIR = 'libhtp-' + GITVER
Expand Down Expand Up @@ -51,7 +51,7 @@ def run(self):

setup (# Distribution meta-data
name = "htpy",
version = "0.29",
version = "0.30",
description = "python bindings for libhtp",
author = "Wesley Shields",
author_email = "[email protected]",
Expand Down

0 comments on commit eed002e

Please sign in to comment.