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