diff --git a/libs/python35/src/version.h b/libs/python35/src/version.h index 11d4e8f..61ce6d4 100644 --- a/libs/python35/src/version.h +++ b/libs/python35/src/version.h @@ -3,7 +3,7 @@ // clang-format off #define VERSION_MAJOR 0 #define VERSION_MINOR 9 -#define VERSION_REVISION 1 +#define VERSION_REVISION 2 #define STRINGIFY_(s) #s #define STRINGIFY(s) STRINGIFY_(s)