From 82908397dad03b3cc767ee80599a7d47b956b0ba Mon Sep 17 00:00:00 2001 From: sjquant Date: Sun, 14 Jul 2024 09:54:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 365a487..14f931c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sitemapr" -version = "0.3.0" +version = "0.3.1" description = "sitemapr is a library that generates sitemaps for SPA websites with declaritve configuration in Python." authors = ["sjquant "] license = "MIT"