From b1481b35e8a578155c0c211be6225350e92cdb31 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sun, 12 May 2024 14:16:04 +0200 Subject: [PATCH] bump version --- pyclesperanto_prototype/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyclesperanto_prototype/__init__.py b/pyclesperanto_prototype/__init__.py index bc287ade..3fa33cde 100644 --- a/pyclesperanto_prototype/__init__.py +++ b/pyclesperanto_prototype/__init__.py @@ -10,5 +10,5 @@ from ._tier10 import * from ._tier11 import * -__version__ = "0.24.3" +__version__ = "0.24.4" __common_alias__ = "cle" diff --git a/setup.cfg b/setup.cfg index 922899f8..3851eb97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyclesperanto_prototype -version = 0.24.3 +version = 0.24.4 author = Robert Haase author_email = robert.haase@uni-leipzig.de url = https://github.com/clEsperanto/pyclesperanto_prototype