From 8839cd8fb33a3ae08b58b6675166a374faf121b3 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt <christoph.,schmidt@tugraz.at> Date: Thu, 4 Jan 2024 10:01:19 +0100 Subject: [PATCH] Updated to v0.2.0. Errors are now caught and displayed in the control thread. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06694fb..167365c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cmp" -version = "0.1.1" +version = "0.2.0" authors = [ { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" }, ] -- GitLab