From 5a71dba39f7c215cd29ef95419edd7b549d04989 Mon Sep 17 00:00:00 2001 From: "r.jaepel" Date: Thu, 11 Apr 2024 11:57:02 +0200 Subject: [PATCH] v0.0.33 --- cadetrdm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadetrdm/__init__.py b/cadetrdm/__init__.py index f2c41e3..0d751b9 100644 --- a/cadetrdm/__init__.py +++ b/cadetrdm/__init__.py @@ -4,4 +4,4 @@ from .configuration_options import Options from .wrapper import tracks_results -__version__ = "0.0.32" +__version__ = "0.0.33"