From 04a31c02c8186505e6e211e76903e5f1b62b3f90 Mon Sep 17 00:00:00 2001 From: montag451 Date: Fri, 11 Dec 2015 15:29:33 +0100 Subject: [PATCH] Change version number (v2.2 -> v2.2.1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cf95aa..edd9115 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ url='https://github.com/montag451/pytun', description='Linux TUN/TAP wrapper for Python', long_description=open('README.rst').read(), - version='2.2', + version='2.2.1', ext_modules=[Extension('pytun', ['pytun.c'])], classifiers=[ 'Development Status :: 5 - Production/Stable',