From ed41b6f10f88104bbc56baa7a9cd29765b7185ba Mon Sep 17 00:00:00 2001 From: ankandrew <61120139+ankandrew@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:00:52 -0300 Subject: [PATCH] Bump `fast-alpr` patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84b81b3..7503961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fast-alpr" -version = "0.1.1" +version = "0.1.2" description = "Fast Automatic License Plate Recognition." authors = ["ankandrew <61120139+ankandrew@users.noreply.github.com>"] readme = "README.md"