diff --git a/CMakeLists.txt b/CMakeLists.txt index f975c907..8e00c07b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ option(BUILD_SHARED_LIBS OFF) FetchContent_Declare( CLIc GIT_REPOSITORY https://github.com/clEsperanto/CLIc_prototype.git - GIT_TAG master + GIT_TAG 0.7.1 ) FetchContent_MakeAvailable(CLIc) diff --git a/pyclesperanto/_version.py b/pyclesperanto/_version.py index 6bd62d4a..bdc42cb5 100644 --- a/pyclesperanto/_version.py +++ b/pyclesperanto/_version.py @@ -1,10 +1,10 @@ # pyclesperanto version -VERSION_CODE = (0, 7, 0) +VERSION_CODE = (0, 7, 1) VERSION_STATUS = "" VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS # clic version -CLIC_VERSION_CODE = (0, 7, 0) +CLIC_VERSION_CODE = (0, 7, 1) CLIC_VERSION_STATUS = "" CLIC_VERSION = ".".join(str(x) for x in CLIC_VERSION_CODE) + CLIC_VERSION_STATUS diff --git a/pyproject.toml b/pyproject.toml index 93357a10..d5aef18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ ninja.make-fallback = false [project] name = "pyclesperanto" -version = "0.7.0" +version = "0.7.1" description = "GPU-accelerated image processing in python using OpenCL" readme = "README.md" authors = [