diff --git a/cadet/__init__.py b/cadet/__init__.py index 375ffe2..ddab228 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ name = "CADET-Python" -__version__ = "1.1.0" +__version__ = "1.1.2" from .h5 import H5 from .cadet import Cadet