From 42a20813cf809c391055279515a6f5d4889ab4fa Mon Sep 17 00:00:00 2001 From: laggykiller Date: Wed, 16 Aug 2023 12:21:17 +0800 Subject: [PATCH] Fix build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df4ab75..bf297a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,7 @@ else() endif() endif() -project(apngasm-python VERSION 1.0.0) +project(apngasm-python VERSION 1.0.1) set(PY_VERSION_SUFFIX "") set(PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX})