From 3ff006fbc22411c788183dcc8210c2acf6887b29 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sun, 10 Sep 2023 22:03:30 +0800 Subject: [PATCH] v1.0.7 --- CMakeLists.txt | 2 +- src-python/apngasm_python/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 799f331..1a1639d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ else() message(WARNING "The conan_toolchain file could not be found: ${CONAN_TOOLCHAIN}") endif() -project(apngasm-python VERSION 1.0.6) +project(apngasm-python VERSION 1.0.7) set(PY_VERSION_SUFFIX "") set(PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX}) diff --git a/src-python/apngasm_python/__init__.py b/src-python/apngasm_python/__init__.py index e83a6f3..453ef4c 100755 --- a/src-python/apngasm_python/__init__.py +++ b/src-python/apngasm_python/__init__.py @@ -1,4 +1,4 @@ '''apngasm-python''' -__version__ = '1.0.6' +__version__ = '1.0.7' from .apngasm import APNGAsmBinder \ No newline at end of file