Skip to content

Commit 3d55129

Browse files
committed
Release 2.1.0
1 parent cb4ecf7 commit 3d55129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scapy/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class Conf(ConfClass):
311311
AS_resolver: choose the AS resolver class to use
312312
extensions_paths: path or list of paths where extensions are to be looked for
313313
"""
314-
version = "2.0.1-dev"
314+
version = "2.1.0"
315315
session = ""
316316
interactive = False
317317
stealth = "not implemented"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):
4141

4242
setup(
4343
name = 'scapy',
44-
version = '2.0.1-dev',
44+
version = '2.1.0',
4545
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
4646
scripts = SCRIPTS,
4747
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],

0 commit comments

Comments
 (0)