From 583ee347d136331fd5605f71c65aa59a7e5bb3c4 Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Mon, 20 Dec 2021 11:13:36 +0100 Subject: [PATCH] bump version --- ewokscore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ewokscore/__init__.py b/ewokscore/__init__.py index 015c302..3593c85 100644 --- a/ewokscore/__init__.py +++ b/ewokscore/__init__.py @@ -3,4 +3,4 @@ from .taskwithprogress import TaskWithProgress # noqa: F401 from .graph import load_graph # noqa: F401 from .bindings import execute_graph # noqa: F401 -__version__ = "0.0.7-alpha" +__version__ = "0.0.8-alpha" -- GitLab