From 12f541f60b89571858a91b6713c38faf47a8ecb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Mon, 2 Dec 2024 13:17:56 +0100 Subject: [PATCH] v1.0.2 --- cadet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadet/__init__.py b/cadet/__init__.py index f0a0d1d..ffdccb4 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ name = 'CADET-Python' -__version__ = "1.0.1" +__version__ = "1.0.2" from .h5 import H5 from .cadet import Cadet