Skip to content

Commit 41ffd31

Browse files
committed
Release 2.0.0.10
1 parent dd8930a commit 41ffd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scapy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class Conf(ConfClass):
264264
AS_resolver: choose the AS resolver class to use
265265
extensions_paths: path or list of paths where extensions are to be looked for
266266
"""
267-
version = "2.0.0.9 beta"
267+
version = "2.0.0.10 beta"
268268
session = ""
269269
interactive = False
270270
stealth = "not implemented"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):
3737

3838
setup(
3939
name = 'scapy',
40-
version = '2.0.0.9',
40+
version = '2.0.0.10',
4141
packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
4242
scripts = ['bin/scapy','bin/UTscapy'],
4343
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],

0 commit comments

Comments
 (0)