From 753255e649e1c6e56d84c2ba8ddd491565591449 Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 26 May 2023 13:03:04 +0200 Subject: [PATCH] Updated to version 0.5 --- libbot/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libbot/__init__.py b/libbot/__init__.py index 281e192..4e31367 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "0.4" +__version__ = "0.5" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/pyproject.toml b/pyproject.toml index db5e5b1..83779b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "libbot" -version = "0.4" +version = "0.5" authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md"