diff --git a/scapy/config.py b/scapy/config.py index 5e80beb30793b10471afed2080529d8a9e3b8423..84a91f7ff7de335ed1004c181b520c7e83b5e52b 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 25f13873bc0aae813f11f6ae4132a9241ebcf094..5785158d512706f1790fb5d8599505ed4fab1f6b 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"])],