Release 2.0.0.4 beta
diff --git a/setup.py b/setup.py
index 7eaf408..1b53468 100755
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
 
 setup(
     name = 'scapy',
-    version = '2.0.0.3',    
+    version = '2.0.0.4',    
     packages=['scapy','scapy/layers','scapy/asn1','scapy/tools','scapy/modules'],
     scripts = ['bin/scapy','bin/UTscapy'],
     data_files = [('share/man/man1', ["doc/scapy.1.gz"])],