Bump Python version to >=3.8 and version to 0.8

This commit is contained in:
Profitroll 2023-06-13 10:55:44 +02:00
parent 0cdd887e63
commit b21f7044eb
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
__name__ = "libbot"
__version__ = "0.7"
__version__ = "0.8"
__license__ = "GPL3"
__author__ = "Profitroll"

View File

@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "libbot"
version = "0.7"
version = "0.8"
authors = [{ name = "Profitroll" }]
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = "GPL3" }
classifiers = [
"Development Status :: 3 - Alpha",