diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c86483..74f5bed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.20) -project ("PhotoshopAPIBuild" VERSION 0.5.1 LANGUAGES CXX) +project ("PhotoshopAPIBuild" VERSION 0.5.2 LANGUAGES CXX) if (MSVC) # MSVC is stupid diff --git a/docs/doxygen/requirements.txt b/docs/doxygen/requirements.txt index 83a70f1..dd63344 100644 --- a/docs/doxygen/requirements.txt +++ b/docs/doxygen/requirements.txt @@ -3,4 +3,4 @@ sphinx==7.2.6 furo==2023.9.10 sphinx-inline-tabs==2023.4.21 numpydoc==1.6.0 -PhotoshopAPI>=0.5.1 \ No newline at end of file +PhotoshopAPI>=0.5.2 \ No newline at end of file