commit | ab494228d7a36fbb4b85e6e7bab757c7a0c99f81 | [log] [tgz] |
---|---|---|
author | Phil <phil@secdev.org> | Sun Aug 10 21:21:16 2008 +0200 |
committer | Phil <phil@secdev.org> | Sun Aug 10 21:21:16 2008 +0200 |
tree | 917c64ebd2cfa100d97d4481291e508ce287645d | |
parent | 6ed86650fa6420bd015ff615dfd3d51aaaeceb07 [diff] [blame] |
Release 2.0.0.3 beta
diff --git a/setup.py b/setup.py index 0c214fe..43c3895 100755 --- a/setup.py +++ b/setup.py
@@ -37,7 +37,7 @@ setup( name = 'Scapy', - version = '2.0.0.2', + version = '2.0.0.3', packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], scripts = ['bin/scapy','bin/UTscapy'], data_files = [('share/man/man1', ["doc/scapy.1.gz"])],