Release 2.0.1

This commit is contained in:
Phil 2009-02-09 13:39:08 +01:00
parent ea5020d082
commit 3a476617bf
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
AS_resolver: choose the AS resolver class to use AS_resolver: choose the AS resolver class to use
extensions_paths: path or list of paths where extensions are to be looked for extensions_paths: path or list of paths where extensions are to be looked for
""" """
version = "2.0.0.11 beta" version = "2.0.1"
session = "" session = ""
interactive = False interactive = False
stealth = "not implemented" stealth = "not implemented"

View File

@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
setup( setup(
name = 'scapy', name = 'scapy',
version = '2.0.0.11', version = '2.0.1',
packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'], packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
scripts = ['bin/scapy','bin/UTscapy'], scripts = ['bin/scapy','bin/UTscapy'],
data_files = [('share/man/man1', ["doc/scapy.1.gz"])], data_files = [('share/man/man1', ["doc/scapy.1.gz"])],