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