Update version to 0.8.1

This commit is contained in:
Matt Fox 2017-01-30 23:40:48 -08:00
parent 1a9815fdfd
commit 496694a502
3 changed files with 5 additions and 5 deletions

View File

@ -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
*/

View File

@ -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

View File

@ -1,6 +1,6 @@
from distutils.core import setup, Extension
VERSION = "0.8" # Remember to change README.rst and netfilterqueue.pyx when version changes.
VERSION = "0.8.1" # Remember to change netfilterqueue.pyx when version changes.
try:
# Use Cython