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.",