diff --git a/src/sensospot_tools/__init__.py b/src/sensospot_tools/__init__.py index 0245f07..b5e1cd3 100644 --- a/src/sensospot_tools/__init__.py +++ b/src/sensospot_tools/__init__.py @@ -3,7 +3,7 @@ Some small tools for working with parsed Sensospot data. """ -__version__ = "0.0.1" +__version__ = "0.1.0" from .hdr import normalize, select_hdr_data # noqa: F401 from .selection import split, select # noqa: F401