diff --git a/scapy/config.py b/scapy/config.py index 8b40d050309f19478e51fe3454c74247f63fba1c..a1c44eb3a03c7e398254a9f477a083553fdb73c0 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -198,7 +198,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.1 alpha" + version = "2.0.0.2 beta" session = "" stealth = "not implemented" iface = arch.get_working_if() diff --git a/setup.py b/setup.py index aa5982eb1ef7dd1d68750c8e18666fe27fa0266c..daecb18586dee851dc27fd2c4890881bb3b093bc 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.1', + version = '2.0.0.2', packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], scripts = ['bin/scapy','bin/UTscapy'], # Metadata