From d1fa9c4ebd825a3af1590db371cc383e87d9947b Mon Sep 17 00:00:00 2001 From: martinRenou Date: Thu, 11 Jan 2024 11:22:26 +0100 Subject: [PATCH] Release 0.15.13 --- include/xeus-python/xeus_python_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)