diff --git a/pykd/pykdver.h b/pykd/pykdver.h
index 9e01c90..edc0dbd 100644
--- a/pykd/pykdver.h
+++ b/pykd/pykdver.h
@@ -2,7 +2,7 @@
 #define PYKD_VERSION_MAJOR      0
 #define PYKD_VERSION_MINOR      3
 #define PYKD_VERSION_SUBVERSION 0
-#define PYKD_VERSION_BUILDNO    31
+#define PYKD_VERSION_BUILDNO    32
 
 #define __VER_STR2__(x) #x
 #define __VER_STR1__(x) __VER_STR2__(x)
diff --git a/setup/setup.py b/setup/setup.py
index ba1bf9e..d3a7e31 100644
--- a/setup/setup.py
+++ b/setup/setup.py
@@ -8,7 +8,7 @@ import zipfile
 
 _name = "pykd"
 _desc = "python windbg extension"
-_version = '0.3.0.29'
+_version = '0.3.0.32'
 
 def  makeWheel(args):