Update version to 0.8.1
This commit is contained in:
parent
1a9815fdfd
commit
496694a502
|
@ -5848,11 +5848,11 @@ static int __Pyx_InitCachedConstants(void) {
|
|||
/* "netfilterqueue.pyx":8
|
||||
* License: MIT; see LICENSE.txt
|
||||
* """
|
||||
* VERSION = (0, 8, 0) # <<<<<<<<<<<<<<
|
||||
* VERSION = (0, 8, 1) # <<<<<<<<<<<<<<
|
||||
*
|
||||
* # Constants for module users
|
||||
*/
|
||||
__pyx_tuple__7 = PyTuple_Pack(3, __pyx_int_0, __pyx_int_8, __pyx_int_0); if (unlikely(!__pyx_tuple__7)) __PYX_ERR(0, 8, __pyx_L1_error)
|
||||
__pyx_tuple__7 = PyTuple_Pack(3, __pyx_int_0, __pyx_int_8, __pyx_int_1); if (unlikely(!__pyx_tuple__7)) __PYX_ERR(0, 8, __pyx_L1_error)
|
||||
__Pyx_GOTREF(__pyx_tuple__7);
|
||||
__Pyx_GIVEREF(__pyx_tuple__7);
|
||||
__Pyx_RefNannyFinishContext();
|
||||
|
@ -6127,7 +6127,7 @@ PyMODINIT_FUNC PyInit_netfilterqueue(void)
|
|||
/* "netfilterqueue.pyx":8
|
||||
* License: MIT; see LICENSE.txt
|
||||
* """
|
||||
* VERSION = (0, 8, 0) # <<<<<<<<<<<<<<
|
||||
* VERSION = (0, 8, 1) # <<<<<<<<<<<<<<
|
||||
*
|
||||
* # Constants for module users
|
||||
*/
|
||||
|
|
|
@ -5,7 +5,7 @@ function.
|
|||
Copyright: (c) 2011, Kerkhoff Technologies Inc.
|
||||
License: MIT; see LICENSE.txt
|
||||
"""
|
||||
VERSION = (0, 8, 0)
|
||||
VERSION = (0, 8, 1)
|
||||
|
||||
# Constants for module users
|
||||
COPY_NONE = 0
|
||||
|
|
Loading…
Reference in New Issue