diff --git a/pykd/pykdver.h b/pykd/pykdver.h index a6d7d37..7b3e52a 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 15 +#define PYKD_VERSION_BUILDNO 16 #define __VER_STR2__(x) #x #define __VER_STR1__(x) __VER_STR2__(x) diff --git a/setup/setup.py b/setup/setup.py index cb22e07..fcc001d 100644 --- a/setup/setup.py +++ b/setup/setup.py @@ -17,7 +17,7 @@ class BinaryDistribution(Distribution): return False _name = "pykd" -_version = "0.3.0.11" +_version = "0.3.0.16" _desc = "python windbg extension" setup(