From 5d67ff8ba40c8e1192458fac28ec332852e1f581 Mon Sep 17 00:00:00 2001 From: Endkind Date: Sun, 15 Jun 2025 22:32:09 +0200 Subject: [PATCH] bump Version to `0.0.2` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb32438..4cbcff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ModuBotCore" -version = "0.0.1" +version = "0.0.2" description = "Core utilities for ModuBot-based bots" authors = [{ name = "Endkind", email = "endkind.ender@endkind.net" }] readme = "README.md"