Skip to content
Snippets Groups Projects
Commit d3a62bf6 authored by Phil's avatar Phil
Browse files

Release 2.0.0.9

parent 5a0a6fd3
No related branches found
No related tags found
No related merge requests found
......@@ -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
extensions_paths: path or list of paths where extensions are to be looked for
"""
version = "2.0.0.8 beta"
version = "2.0.0.9 beta"
session = ""
interactive = False
stealth = "not implemented"
......
......@@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
setup(
name = 'scapy',
version = '2.0.0.8',
version = '2.0.0.9',
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"])],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment