From adfd4ce0b07b3f1077f4e82ba7997a1662f6cbde Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 12 Sep 2008 17:53:42 +0200 Subject: [PATCH] Release 2.0.0.8 --- 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 01764dc5b..6c99582b4 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -264,7 +264,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.7 beta" + version = "2.0.0.8 beta" session = "" interactive = False stealth = "not implemented" diff --git a/setup.py b/setup.py index b3cdd4236..09d52bbad 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.7', + version = '2.0.0.8', 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"])],