From 30e75d8e7acf5220789a39c841ff676a2172dfb7 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 5 Apr 2024 03:11:03 +0100 Subject: [PATCH] version 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 517305c..41f8ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "antur" -version = "0.2.0" +version = "0.3.0" description = "Antur is a Python TUI tool for browsing and debugging sitemap data." license = "MIT" authors = ["Joe Banks "]