From 6ef77d06c3ec300055c8bad1e4f9fe7148ab18a0 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Thu, 7 Sep 2023 12:02:30 +0200 Subject: [PATCH] up version --- pyclesperanto/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyclesperanto/_version.py b/pyclesperanto/_version.py index 7c11cc1c..6f86a34d 100644 --- a/pyclesperanto/_version.py +++ b/pyclesperanto/_version.py @@ -1,5 +1,5 @@ # pyclesperanto version -VERSION_CODE = 0, 7, 1 +VERSION_CODE = 0, 7, 2 VERSION_STATUS = "" VERSION = ".".join(str(x) for x in VERSION_CODE) + VERSION_STATUS