Skip to content
Snippets Groups Projects
Commit 0a9b14b6 authored by Guillaume Valadon's avatar Guillaume Valadon
Browse files

Release 2.3.2

parent f5cb4646
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,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.3.1-dev"
version = "2.3.2"
session = ""
interactive = False
interactive_shell = ""
......
......@@ -46,7 +46,7 @@ if os.name == "nt":
setup(
name = 'scapy',
version = '2.3.1-dev',
version = '2.3.2',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto', 'scapy/contrib'],
scripts = SCRIPTS,
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