diff --git a/CMakeLists.txt b/CMakeLists.txt index 309817d..102f266 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR) project( ucall - VERSION 0.5.2 + VERSION 0.5.3 LANGUAGES C CXX DESCRIPTION "Up to 100x Faster FastAPI. JSON-RPC with io_uring, SIMD-acceleration, and pure CPython bindings" HOMEPAGE_URL "https://github.com/unum-cloud/ucall") diff --git a/VERSION b/VERSION index cb0c939..be14282 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/include/ucall/ucall.h b/include/ucall/ucall.h index 4a23349..8829d56 100644 --- a/include/ucall/ucall.h +++ b/include/ucall/ucall.h @@ -34,7 +34,7 @@ #define UCALL_VERSION_MAJOR 0 #define UCALL_VERSION_MINOR 5 -#define UCALL_VERSION_PATCH 2 +#define UCALL_VERSION_PATCH 3 #ifdef __cplusplus extern "C" {