From 2c581258aa384a54387b5bb54ef306947620a623 Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Sun, 31 Aug 2008 00:43:56 +0200 Subject: [PATCH] Release 2.0.0.7 --- 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 6e68ce04..a78e35f9 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 87e33a61..b3cdd423 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"])], -- GitLab