Bump Python version to >=3.8 and version to 0.8
This commit is contained in:
parent
0cdd887e63
commit
b21f7044eb
@ -1,5 +1,5 @@
|
||||
__name__ = "libbot"
|
||||
__version__ = "0.7"
|
||||
__version__ = "0.8"
|
||||
__license__ = "GPL3"
|
||||
__author__ = "Profitroll"
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user