diff --git a/scapy/config.py b/scapy/config.py
index 1bf3d4dc8a39aaec7e268e28dde823255d4b4a1b..42f65242007d0e39f16d10fc3f20168fef319631 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.2"
+    version = "2.3.2-dev"
     session = ""
     interactive = False
     interactive_shell = ""
diff --git a/setup.py b/setup.py
index 4163a5d89d1a6367a6e52b9403ae52eb2ff10641..da90599547a55e61245e9981b2549952de0cd3f0 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ if os.name == "nt":
 
 setup(
     name = 'scapy',
-    version = '2.3.2',
+    version = '2.3.2-dev',
     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"])],