From c03fa1bf60b82e96a60bb6f3fdc795232ed89264 Mon Sep 17 00:00:00 2001 From: Atom Scott Date: Sat, 4 Feb 2023 00:18:47 +0900 Subject: [PATCH] Update to version 2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1adb90b..335c84fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "soccertrack" -version = "0.2.1" +version = "0.2.2" description = "A dataset and algorithm for multi-object tracking in sports" authors = ["Atom Scott "] license = "LICENSE"