Skip to content

Commit

Permalink
Update to 0.29 which includes libhtp-0.5.42.
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD committed Mar 1, 2023
1 parent 7c6ef3f commit 450b4e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions htpy.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2013 The MITRE Corporation. All rights reserved.
* Copyright (c) 2021 Wesley Shields. All rights reserved.
* Copyright (c) 2023 Wesley Shields. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -32,7 +32,7 @@
#include "htp.h"
#include "htp_private.h"

#define HTPY_VERSION "0.28"
#define HTPY_VERSION "0.29"

static PyObject *htpy_error;
static PyObject *htpy_stop;
Expand Down
Binary file removed libhtp-0.5.38.tar.gz
Binary file not shown.
Binary file added libhtp-0.5.42.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.38'
GITVER = '0.5.42'
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.28",
version = "0.29",
description = "python bindings for libhtp",
author = "Wesley Shields",
author_email = "[email protected]",
Expand Down

0 comments on commit 450b4e7

Please sign in to comment.