diff --git a/scapy/config.py b/scapy/config.py
index 7e37a1695b827bfbec4c7aa1e63cafffbae420a6..9ce5a6974a9abb61f0d06f2540a1f7d1b8355ebd 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.11 beta"
+    version = "2.0.1"
     session = ""
     interactive = False
     stealth = "not implemented"
diff --git a/setup.py b/setup.py
index 331a753e6d2b3ca010093f4b8bc0f9ef9ed38c0e..452b66d1f960f3fa688acec53b5a655f5f61b188 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.11', 
+    version = '2.0.1', 
     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"])],