Updated version to 0.4

This commit is contained in:
Profitroll 2023-05-14 23:38:26 +02:00
parent 07faca0fe0
commit 0f39f6158e
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
__name__ = "libbot" __name__ = "libbot"
__version__ = "0.3" __version__ = "0.4"
__license__ = "GPL3" __license__ = "GPL3"
__author__ = "Profitroll" __author__ = "Profitroll"

View File

@ -1,10 +1,10 @@
[build-system] [build-system]
requires = ["setuptools>=62.6,<66", "setuptools-scm>=6.2,<8"] requires = ["setuptools>=62.6,<66"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "libbot" name = "libbot"
version = "0.3" version = "0.4"
authors = [{ name = "Profitroll" }] authors = [{ name = "Profitroll" }]
description = "Universal bot library with functions needed for basic Discord/Telegram bot development." description = "Universal bot library with functions needed for basic Discord/Telegram bot development."
readme = "README.md" readme = "README.md"