Updated to 1.6

This commit is contained in:
Profitroll 2023-06-29 15:59:06 +02:00
parent 8c2054f496
commit 7b8434ae71
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
__name__ = "libbot"
__version__ = "1.5"
__version__ = "1.6"
__license__ = "GPL3"
__author__ = "Profitroll"

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "libbot"
version = "1.5"
version = "1.6"
authors = [{ name = "Profitroll" }]
description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
readme = "README.md"