From becbaa958ea04eb19005ad5b14197398d116c60e Mon Sep 17 00:00:00 2001 From: montag451 Date: Thu, 15 Mar 2012 12:18:14 +0100 Subject: [PATCH] Change version number (v0.1 -> v0.2). --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e79c7c3..8d265f9 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Installation and Dependencies ----------------------------- Install ``pytun`` with ``pip install python-pytun`` or `download this archive -`_, decompress it and +`_, decompress it and execute ``python setup.py install``. As ``pytun`` is a C module you will need a compiler (e.g GCC) and the Python developpement headers installed on your system (e.g on Debian-like distribution check that ``build-essential`` and diff --git a/setup.py b/setup.py index 6c6817f..878c363 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='0.1', + version='0.2', ext_modules=[Extension('pytun', ['pytun.c'])], classifiers=[ 'Development Status :: 4 - Beta',