diff --git a/scapy/config.py b/scapy/config.py index 1f0e0d4fe24cf75ad08af95dd24cb527694e6993..e4f010cb9647c857fd6b2c50ffbf44c48efb0036 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.5 beta" + version = "2.0.0.6 beta" session = "" interactive = False stealth = "not implemented" diff --git a/setup.py b/setup.py index 0f456c8639df386ecff96d35009a58063a9fa092..87e33a61483e674f2c734f3473012254ff7fc83d 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.5', + version = '2.0.0.6', 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"])],