From 76f71b6811396f89f5b1080826b378e906cee121 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Mon, 22 May 2023 13:16:10 +0200 Subject: [PATCH] LINK: CLIc 0.6.5 --- pyclesperanto/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyclesperanto/_version.py b/pyclesperanto/_version.py index 236b767b..a8164208 100644 --- a/pyclesperanto/_version.py +++ b/pyclesperanto/_version.py @@ -4,6 +4,6 @@ VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS # clic version -CLIC_VERSION_CODE = (0, 6, 4) +CLIC_VERSION_CODE = (0, 6, 5) CLIC_VERSION_STATUS = "" CLIC_VERSION = ".".join(str(x) for x in CLIC_VERSION_CODE) + CLIC_VERSION_STATUS