openms-insight 0.1.5__py3-none-any.whl → 0.1.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ from .core.registry import get_component_class, register_component
16
16
  from .core.state import StateManager
17
17
  from .rendering.bridge import clear_component_annotations, get_component_annotations
18
18
 
19
- __version__ = "0.1.5"
19
+ __version__ = "0.1.6"
20
20
 
21
21
  __all__ = [
22
22
  # Core