Skip to content

Commit 496694a

Browse files
committed
Update version to 0.8.1
1 parent 1a9815f commit 496694a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

netfilterqueue.c

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netfilterqueue.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function.
55
Copyright: (c) 2011, Kerkhoff Technologies Inc.
66
License: MIT; see LICENSE.txt
77
"""
8-
VERSION = (0, 8, 0)
8+
VERSION = (0, 8, 1)
99

1010
# Constants for module users
1111
COPY_NONE = 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup, Extension
22

3-
VERSION = "0.8" # Remember to change README.rst and netfilterqueue.pyx when version changes.
3+
VERSION = "0.8.1" # Remember to change netfilterqueue.pyx when version changes.
44

55
try:
66
# Use Cython

0 commit comments

Comments
 (0)