From c2c85324d5fb80d4d51b42cfa3b6e347776444be Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Thu, 11 May 2023 20:20:18 +0200 Subject: [PATCH] Updated to version 0.2 --- libbot/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libbot/__init__.py b/libbot/__init__.py index cf6d203..0ecb10c 100644 --- a/libbot/__init__.py +++ b/libbot/__init__.py @@ -1,5 +1,5 @@ __name__ = "libbot" -__version__ = "0.1" +__version__ = "0.2" __license__ = "GPL3" __author__ = "Profitroll" diff --git a/setup.py b/setup.py index 5ed0139..013a91e 100644 --- a/setup.py +++ b/setup.py @@ -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.",