Skip to content

Commit

Permalink
bump version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed May 14, 2024
1 parent 2e20ca2 commit fe5e182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 remove-64-bit-type) # branch name for dev
set(CLIC_REPO_TAG 0.10.3) # 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, 10, 2
VERSION_CODE = 0, 10, 3
VERSION_STATUS = ""
VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS

# clic version
CLIC_VERSION_CODE = 0, 10, 2
CLIC_VERSION_CODE = 0, 10, 3
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.7"
version = "0.10.2"
version = "0.10.3"

[project.urls]
Documentation = "https://clesperanto.github.io/pyclesperanto/"
Expand Down

0 comments on commit fe5e182

Please sign in to comment.