From 6f994d27a28deef543da5f5be4d318173b790299 Mon Sep 17 00:00:00 2001 From: Jordao Bragantini Date: Thu, 13 Feb 2025 09:54:31 -0800 Subject: [PATCH] bump version --- ultrack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultrack/__init__.py b/ultrack/__init__.py index 123ba9a..38647e8 100644 --- a/ultrack/__init__.py +++ b/ultrack/__init__.py @@ -10,7 +10,7 @@ # ignoring small float32/64 zero flush warning warnings.filterwarnings("ignore", message="The value of the smallest subnormal for") -__version__ = "0.6.3" +__version__ = "0.7.0.dev0" from ultrack.config.config import MainConfig, load_config from ultrack.core.export.ctc import to_ctc