From d91b33efd979a82f118a66040a01754fed2c13a2 Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:29:25 +0100 Subject: [PATCH] bump version to 0.2.1 to upload to PyPi --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35ad789d..9c633f20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.20) -project ("PhotoshopAPIBuild" VERSION 0.2.0 LANGUAGES CXX) +project ("PhotoshopAPIBuild" VERSION 0.2.1 LANGUAGES CXX) if (MSVC) # MSVC is stupid