From 41296b554ea4337c004e1b86907871cd8efe7d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Wed, 23 Apr 2025 14:04:27 +0200 Subject: [PATCH] v1.1.0 --- cadet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadet/__init__.py b/cadet/__init__.py index 356238c..375ffe2 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ name = "CADET-Python" -__version__ = "1.0.4" +__version__ = "1.1.0" from .h5 import H5 from .cadet import Cadet