Skip to content

Commit

Permalink
Merge pull request #222 from clEsperanto/patch-0.12.1
Browse files Browse the repository at this point in the history
patch 0.12.1
  • Loading branch information
StRigaud authored Aug 23, 2024
2 parents 4432947 + 25103da commit 734faf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/clic_release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(BUILD_SHARED_LIBS OFF)


## CLIc dependency
set(CLIC_REPO_TAG 0.12.0) # branch name for dev
set(CLIC_REPO_TAG 0.12.1) # branch name for dev
set(CLIC_REPO_URL https://github.com/clEsperanto/CLIc.git)
set(BUILD_OPENCL_BACKEND ON CACHE BOOL "Build with OCL if FOUND" FORCE)
set(BUILD_CUDA_BACKEND ON CACHE BOOL "Build with CUDA if FOUND" FORCE)
Expand Down
4 changes: 2 additions & 2 deletions pyclesperanto/_version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pyclesperanto version
VERSION_CODE = 0, 12, 0
VERSION_CODE = 0, 12, 1
VERSION_STATUS = ""
VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS

# clic version
CLIC_VERSION_CODE = 0, 12, 0
CLIC_VERSION_CODE = 0, 12, 1
CLIC_VERSION_STATUS = ""
CLIC_VERSION = ".".join(str(x) for x in CLIC_VERSION_CODE) + CLIC_VERSION_STATUS

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ description = "GPU-accelerated image processing in python using OpenCL"
name = "pyclesperanto"
readme = "README.md"
requires-python = ">=3.8"
version = "0.12.0"
version = "0.12.1"


[project.urls]
Expand Down

0 comments on commit 734faf4

Please sign in to comment.