commit | f6240c8867696fdce85aee52c4501a0c21e67301 | [log] [tgz] |
---|---|---|
author | Phil <phil@secdev.org> | Thu Dec 25 15:13:39 2008 +0100 |
committer | Phil <phil@secdev.org> | Thu Dec 25 15:13:39 2008 +0100 |
tree | 43b952e87efbb678da7d17a7ce2b1e9004d614fc | |
parent | 1f5445e0e3d767196b902075360432233b29040b [diff] [blame] |
Release 2.0.0.11 beta
diff --git a/setup.py b/setup.py index 14eef26..331a753 100755 --- a/setup.py +++ b/setup.py
@@ -37,7 +37,7 @@ setup( name = 'scapy', - version = '2.0.0.10', + version = '2.0.0.11', packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], scripts = ['bin/scapy','bin/UTscapy'], data_files = [('share/man/man1', ["doc/scapy.1.gz"])],