From 1d94278e0603d65167b434e8d5b61c2b8af39c20 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 9 Jul 2024 03:24:51 +0100 Subject: [PATCH] v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 815e2a3..764c9fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "antur" -version = "0.3.0" +version = "0.3.1" description = "Antur is a Python TUI tool for browsing and debugging sitemap data." license = "MIT" authors = ["Joe Banks "]