diff --git a/pyclesperanto_prototype/__init__.py b/pyclesperanto_prototype/__init__.py index 74bde097..bc287ade 100644 --- a/pyclesperanto_prototype/__init__.py +++ b/pyclesperanto_prototype/__init__.py @@ -10,5 +10,5 @@ from ._tier10 import * from ._tier11 import * -__version__ = "0.24.2" +__version__ = "0.24.3" __common_alias__ = "cle" diff --git a/setup.cfg b/setup.cfg index ea56cbb9..922899f8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyclesperanto_prototype -version = 0.24.2 +version = 0.24.3 author = Robert Haase author_email = robert.haase@uni-leipzig.de url = https://github.com/clEsperanto/pyclesperanto_prototype