diff --git a/libbot/__init__.py b/libbot/__init__.py index d040c59..8f090c6 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "1.7" +__version__ = "1.8" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/pyproject.toml b/pyproject.toml index cdcaf66..68b76cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "libbot" -version = "1.7" +version = "1.8" authors = [{ name = "Profitroll" }] description = "Universal bot library with functions needed for basic Discord/Telegram bot development." readme = "README.md"