Updated to version 0.2

This commit is contained in:
Profitroll 2023-05-11 20:20:18 +02:00
parent 948942fdf2
commit c2c85324d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
__name__ = "libbot"
__version__ = "0.1"
__version__ = "0.2"
__license__ = "GPL3"
__author__ = "Profitroll"

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="libbot",
version="0.1",
version="0.2",
author="Profitroll",
description="Universal bot library with functions needed for basic Discord/Telegram bot development.",
long_description="Universal bot library with functions needed for basic Discord/Telegram bot development.",