Browse Source

bumped version to 0.1.0

main
Holger Frey 2 years ago
parent
commit
9e743fb6f9
  1. 2
      src/sensospot_tools/__init__.py

2
src/sensospot_tools/__init__.py

@ -3,7 +3,7 @@ @@ -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

Loading…
Cancel
Save