Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil777 committed Dec 14, 2009
1 parent cb4ecf7 commit 3d55129
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 @@ -311,7 +311,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.1-dev"
version = "2.1.0"
session = ""
interactive = False
stealth = "not implemented"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):

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

0 comments on commit 3d55129

Please sign in to comment.