From f22acdc6932dd5c251b0acae8dc6d82530974c58 Mon Sep 17 00:00:00 2001
From: Phil <phil@secdev.org>
Date: Mon, 14 Dec 2009 16:36:32 +0100
Subject: [PATCH] Open 2.1.0-dev

---
 scapy/config.py | 2 +-
 setup.py        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scapy/config.py b/scapy/config.py
index 84a91f7f..f50ba15d 100644
--- a/scapy/config.py
+++ b/scapy/config.py
@@ -311,7 +311,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.1.0"
+    version = "2.1.0-dev"
     session = ""
     interactive = False
     stealth = "not implemented"
diff --git a/setup.py b/setup.py
index 5785158d..4c198248 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ if os.name == "nt":
 
 setup(
     name = 'scapy',
-    version = '2.1.0', 
+    version = '2.1.0-dev',
     packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
     scripts = SCRIPTS,
     data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
-- 
GitLab