From 41ffd31c9ba19daf389bf78394fc56ba86f09f32 Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Wed, 1 Oct 2008 18:56:50 +0200 Subject: [PATCH] Release 2.0.0.10 --- 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 2eb04a49..a6068ef3 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.9 beta" + version = "2.0.0.10 beta" session = "" interactive = False stealth = "not implemented" diff --git a/setup.py b/setup.py index bf7b132a..14eef262 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.9', + version = '2.0.0.10', 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