diff --git a/cadet/__init__.py b/cadet/__init__.py index ffdccb4..dbb859e 100644 --- a/cadet/__init__.py +++ b/cadet/__init__.py @@ -1,6 +1,6 @@ -name = 'CADET-Python' +name = "CADET-Python" -__version__ = "1.0.2" +__version__ = "1.0.3" from .h5 import H5 from .cadet import Cadet