Skip to content

Commit

Permalink
Change version number (v1.0 -> v2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
montag451 committed Mar 23, 2013
1 parent 21e68f0 commit f96124b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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/v1.0>`_, decompress it and
<https://github.com/montag451/pytun/zipball/v2.0>`_, 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
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
url='https://github.com/montag451/pytun',
description='Linux TUN/TAP wrapper for Python',
long_description=open('README.rst').read(),
version='1.0',
version='2.0',
ext_modules=[Extension('pytun', ['pytun.c'])],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Programming Language :: C',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: System :: Networking'])

0 comments on commit f96124b

Please sign in to comment.