From 9329a05fcb17e409e69997eb33590fcc103797b6 Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Tue, 28 Jun 2016 00:18:39 -0700 Subject: [PATCH] Update VERSION in netfilterqueue.pyx to 0.7 --- netfilterqueue.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netfilterqueue.pyx b/netfilterqueue.pyx index 7ab793c..b317f06 100644 --- a/netfilterqueue.pyx +++ b/netfilterqueue.pyx @@ -5,7 +5,7 @@ function. Copyright: (c) 2011, Kerkhoff Technologies Inc. License: MIT; see LICENSE.txt """ -VERSION = (0, 6, 0) +VERSION = (0, 7, 0) # Constants for module users COPY_NONE = 0