diff options
| -rw-r--r-- | src/transivent/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transivent/__init__.py b/src/transivent/__init__.py index 1f270ea..c89d257 100644 --- a/src/transivent/__init__.py +++ b/src/transivent/__init__.py @@ -13,7 +13,7 @@ For advanced usage, building blocks are available in submodules: - transivent.diffusion: Diffusion analysis tools (optional) """ -__version__ = "2.1.0" +__version__ = "2.1.1" from .analysis import detect, detect_from_wfm from .event_detector import detect_events, merge_overlapping_events |
