From 0f39f6158ecf05f9c4b6e69a276a0e15a92c5942 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Sun, 14 May 2023 23:38:26 +0200 Subject: [PATCH] Updated version to 0.4 --- libbot/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libbot/__init__.py b/libbot/__init__.py index 3d2e19c..281e192 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "0.3" +__version__ = "0.4" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/pyproject.toml b/pyproject.toml index f308bcf..f5a77d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [build-system] -requires = ["setuptools>=62.6,<66", "setuptools-scm>=6.2,<8"] +requires = ["setuptools>=62.6,<66"] build-backend = "setuptools.build_meta" [project] name = "libbot" -version = "0.3" +version = "0.4" authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md"