Skip to content

Commit

Permalink
Change version number (v2.1 -> v2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
montag451 committed May 25, 2014
1 parent f3a4420 commit 1d1ef02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Installation and Dependencies
-----------------------------

Install ``pytun`` with ``pip install python-pytun`` or `download this archive
<https://github.com/montag451/pytun/zipball/v2.1>`_, decompress it and
<https://github.com/montag451/pytun/zipball/v2.2>`_, 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1',
version='2.2',
ext_modules=[Extension('pytun', ['pytun.c'])],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 1d1ef02

Please sign in to comment.