From f2fbce16a63a4f124add844c7dc81ebfbf1b264c Mon Sep 17 00:00:00 2001 From: chen-qingyu <236521827@qq.com> Date: Sun, 18 Aug 2024 04:02:56 +0800 Subject: [PATCH] update version: v2.5.0 -> v2.5.1 --- sources/pyincpp.hpp | 2 +- xmake.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/pyincpp.hpp b/sources/pyincpp.hpp index 5b9f8a8..a0375b2 100644 --- a/sources/pyincpp.hpp +++ b/sources/pyincpp.hpp @@ -1,7 +1,7 @@ //! @file pyincpp.hpp //! @author Chen QingYu //! @brief Unified header file of PyInCpp. -//! @version 2.5.0 +//! @version 2.5.1 //! //! @copyright Copyright (C) 2021-present, Chen QingYu diff --git a/xmake.lua b/xmake.lua index bda8cad..2bb1f61 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,5 @@ set_project("pyincpp") -set_version("2.5.0") +set_version("2.5.1") set_license("MIT") set_languages("cxx20")