diff --git a/setup.py b/setup.py index 6634159..faddbf2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup, Extension -VERSION = "0.7" # Remember to change README.rst when version changes. +VERSION = "0.7" # Remember to change README.rst and netfilterqueue.pyx when version changes. try: # Use Cython