diff --git a/include/xeus-python/xeus_python_config.hpp b/include/xeus-python/xeus_python_config.hpp index aa800fc4..fa946772 100644 --- a/include/xeus-python/xeus_python_config.hpp +++ b/include/xeus-python/xeus_python_config.hpp @@ -14,7 +14,7 @@ // Project version #define XPYT_VERSION_MAJOR 0 #define XPYT_VERSION_MINOR 15 -#define XPYT_VERSION_PATCH 12 +#define XPYT_VERSION_PATCH 13 // Composing the version string from major, minor and patch #define XPYT_CONCATENATE(A, B) XPYT_CONCATENATE_IMPL(A, B)