From 1a261739db5054caa73221f671f9a9c4d3f5d58d Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Tue, 29 Jul 2008 15:20:43 +0200 Subject: [PATCH] Release 2.0.0.2 beta --- scapy/config.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scapy/config.py b/scapy/config.py index 8b40d050..a1c44eb3 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 aa5982eb..daecb185 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 -- GitLab