From 483465acc923cf60ecf096106ccfab4a0355fdee Mon Sep 17 00:00:00 2001 From: Julian Paquerot <111422357+Kajiih@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:28:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/kajihs_utils/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kajihs_utils/__about__.py b/src/kajihs_utils/__about__.py index 2e90963..b039124 100644 --- a/src/kajihs_utils/__about__.py +++ b/src/kajihs_utils/__about__.py @@ -5,7 +5,7 @@ PROJECT_ROOT = Path(__file__).resolve().parent.parent.parent __app_name__ = "kajihs_utils" -__version__ = "0.1.0" +__version__ = "0.1.1" __authors__ = ["Kajih"] __author_emails__ = ["itskajih@gmail.com"] __repo_url__ = "https://github.com/Kajiih/kajihs_utils"