Skip to content

Commit

Permalink
Release 2.0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phil777 committed Oct 1, 2008
1 parent dd8930a commit 41ffd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scapy/config.py
Expand Up @@ -264,7 +264,7 @@ class Conf(ConfClass):
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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):

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"])],
Expand Down

0 comments on commit 41ffd31

Please sign in to comment.