diff --git a/scapy/config.py b/scapy/config.py index 442ee0852490accfef665e69e4d0f777ede05dc1..1bf3d4dc8a39aaec7e268e28dde823255d4b4a1b 100644 --- a/scapy/config.py +++ b/scapy/config.py @@ -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 = "" diff --git a/setup.py b/setup.py index 50ee407236f2ac9c360145a283cc9ec443c4020a..4163a5d89d1a6367a6e52b9403ae52eb2ff10641 100755 --- a/setup.py +++ b/setup.py @@ -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"])],