Release 2.0.0.2 beta
diff --git a/scapy/config.py b/scapy/config.py
index 8b40d05..a1c44eb 100644
--- a/scapy/config.py
+++ b/scapy/config.py
@@ -198,7 +198,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.0.0.1 alpha"
+    version = "2.0.0.2 beta"
     session = ""  
     stealth = "not implemented"
     iface = arch.get_working_if()
diff --git a/setup.py b/setup.py
index aa5982e..daecb18 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
 
 setup(
     name = 'Scapy',
-    version = '2.0.0.1',    
+    version = '2.0.0.2',    
     packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
     scripts = ['bin/scapy','bin/UTscapy'],
     # Metadata