Open 2.3.1-dev
diff --git a/doc/scapy/conf.py b/doc/scapy/conf.py
index 74d1610..82f6162 100644
--- a/doc/scapy/conf.py
+++ b/doc/scapy/conf.py
@@ -44,7 +44,7 @@
# The short X.Y version.
version = '2.3.1'
# The full version, including alpha/beta/rc tags.
-release = '2.3.1'
+release = '2.3.1-dev'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
diff --git a/scapy/config.py b/scapy/config.py
index 816e8a1..9891f59 100644
--- a/scapy/config.py
+++ b/scapy/config.py
@@ -316,7 +316,7 @@
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"
+ version = "2.3.1-dev"
session = ""
interactive = False
interactive_shell = ""
diff --git a/setup.py b/setup.py
index 98fb90b..50ee407 100755
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@
setup(
name = 'scapy',
- version = '2.3.1',
+ version = '2.3.1-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"])],