From cef87e2d8edc93722a3f773401115901835a9681 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Tue, 28 Oct 2025 13:02:28 +1000 Subject: Bump version to 2.1.1 --- src/transivent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3