From bba0aca25ac6eea907fb176a55b59e98efc45392 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 20 Jun 2023 12:31:21 +0200 Subject: [PATCH] Updated to 0.9 --- 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 5dd60cc..40c2bfa 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "0.8" +__version__ = "0.9" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/pyproject.toml b/pyproject.toml index 0f879f8..1c54966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "libbot" -version = "0.8" +version = "0.9" authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md"