diff --git a/scapy/config.py b/scapy/config.py
index f61d107b1b0fa4d3ef5667f06acb9a24bb47c8d3..7e37a1695b827bfbec4c7aa1e63cafffbae420a6 100644
--- a/scapy/config.py
+++ b/scapy/config.py
@@ -264,7 +264,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.0.0.10 beta"
+    version = "2.0.0.11 beta"
     session = ""
     interactive = False
     stealth = "not implemented"
diff --git a/setup.py b/setup.py
index 14eef262dd613b9827dfd3e9505c4a4366a2390c..331a753e6d2b3ca010093f4b8bc0f9ef9ed38c0e 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ archive_util.ARCHIVE_FORMATS["ezip"] = (make_ezipfile,[],'Executable ZIP file')
 
 setup(
     name = 'scapy',
-    version = '2.0.0.10', 
+    version = '2.0.0.11', 
     packages=['scapy','scapy/arch', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
     scripts = ['bin/scapy','bin/UTscapy'],
     data_files = [('share/man/man1', ["doc/scapy.1.gz"])],