diff --git a/INSTALL b/INSTALL
index 22e10dbf39a91c3f29b86fc2ae33eae4d189b722..7edb2c2a0d7fa4dba9496426f31900998c1ce265 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 
 Mininet Installation/Configuration Notes
 
-Mininet 2.0.0d2
+Mininet 2.0.0d3
 
 ---
 
diff --git a/README.md b/README.md
index 58d71c065107c5c17f818d9c34ec8e1283b293ff..b3bc8bd03a98038579506e088270818bd6d2384e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
                         or
     How to Squeeze an OpenFlow Network onto your Laptop
 
-Mininet 2.0.0d2
+Mininet 2.0.0d3
 
 ---
 **Welcome to Mininet!**
diff --git a/mininet/net.py b/mininet/net.py
index cd583ccb8b2f84d6772f37aeeacf9a178519003c..c1159b7143b8f0d4ffc1af8ac7a450789e6b3c2d 100755
--- a/mininet/net.py
+++ b/mininet/net.py
@@ -101,7 +101,7 @@
 from mininet.term import cleanUpScreens, makeTerms
 
 # Mininet version: should be consistent with README and LICENSE
-VERSION = "2.0.0d2"
+VERSION = "2.0.0d3"
 
 class Mininet( object ):
     "Network emulation with hosts spawned in network namespaces."