From 3d55129b7c2cbdf5047bae48a2c4422b646f44dc Mon Sep 17 00:00:00 2001 From: Phil <phil@secdev.org> Date: Mon, 14 Dec 2009 13:19:56 +0100 Subject: [PATCH] Release 2.1.0 --- 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 5e80beb3..84a91f7f 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -311,7 +311,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.1-dev" + version = "2.1.0" session = "" interactive = False stealth = "not implemented" diff --git a/setup.py b/setup.py index 25f13873..5785158d 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ if os.name == "nt": setup( name = 'scapy', - version = '2.0.1-dev', + version = '2.1.0', packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'], scripts = SCRIPTS, data_files = [('share/man/man1', ["doc/scapy.1.gz"])], -- GitLab