diff --git a/scapy/config.py b/scapy/config.py index 6e68ce049be74a2c1ddbb7de9295827c05145c1b..a78e35f9b7355a8e47cc2331538f8451759c9c9a 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -222,7 +222,7 @@ noenum : holds list of enum fields for which conversion to string should NOT AS_resolver: choose the AS resolver class to use extensions_paths: path or list of paths where extensions are to be looked for """ - version = "2.0.0.6 beta" + version = "2.0.0.7 beta" session = "" interactive = False stealth = "not implemented" diff --git a/setup.py b/setup.py index 87e33a61483e674f2c734f3473012254ff7fc83d..b3cdd4236dcd1318f3bf1202ccbce496f6cecf40 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file') setup( name = 'scapy', - version = '2.0.0.6', + version = '2.0.0.7', 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"])],