From a30da6247e087a82a6882df1f51de794cfbdf007 Mon Sep 17 00:00:00 2001 From: "r.jaepel" Date: Tue, 19 Nov 2024 16:13:17 +0100 Subject: [PATCH] Bump version to v1.0.1 --- cadet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadet/__init__.py b/cadet/__init__.py index 26ebd4e..f0a0d1d 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ name = 'CADET-Python' -__version__ = "1.0.0" +__version__ = "1.0.1" from .h5 import H5 from .cadet import Cadet