From 7f054a6d9366a43e01c669b50b2f3f8c6add931f Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 26 Jun 2023 12:31:52 +0200 Subject: [PATCH] Updated to 1.3 --- 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 ed9e46e..38c74a1 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "1.2" +__version__ = "1.3" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/pyproject.toml b/pyproject.toml index 7f9d552..0ee6d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "libbot" -version = "1.2" +version = "1.3" authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md"