diff --git a/pyclesperanto_prototype/__init__.py b/pyclesperanto_prototype/__init__.py index 36d91fae..25896777 100644 --- a/pyclesperanto_prototype/__init__.py +++ b/pyclesperanto_prototype/__init__.py @@ -9,5 +9,5 @@ from ._tier10 import * from ._tier11 import * -__version__ = "0.15.5" +__version__ = "0.16.0" __common_alias__ = "cle" diff --git a/setup.cfg b/setup.cfg index 86138ae3..d65eddf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyclesperanto_prototype -version = 0.15.5 +version = 0.16.0 author = Robert Haase author_email = robert.haase@tu-dresden.de url = https://github.com/clEsperanto/pyclesperanto_prototype