From ce5b10f3f60a033bd8ce8932d71b9c1975196a12 Mon Sep 17 00:00:00 2001 From: Seonu Jang Date: Fri, 15 Mar 2024 00:48:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.0=20(#10)?= 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 be3309f..089eddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sitemapr" -version = "0.1.0" +version = "0.2.0" description = "sitemapr is a library that generates sitemaps for SPA websites with declaritve configuration in Python." authors = ["sjquant "] license = "MIT"