From 872b622f0e12f66853cc9384f7780cf0d910c65d Mon Sep 17 00:00:00 2001 From: HH-MWB <50187675+HH-MWB@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:57:46 -0400 Subject: [PATCH] bump version to v0.6.1 --- timerun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timerun.py b/timerun.py index 976982d..1744132 100644 --- a/timerun.py +++ b/timerun.py @@ -22,7 +22,7 @@ cast, ) -__version__: str = "0.6.0" +__version__: str = "0.6.1" __all__ = [ "Measurement",