Updated to version 0.2
This commit is contained in:
parent
948942fdf2
commit
c2c85324d5
@ -1,5 +1,5 @@
|
||||
__name__ = "libbot"
|
||||
__version__ = "0.1"
|
||||
__version__ = "0.2"
|
||||
__license__ = "GPL3"
|
||||
__author__ = "Profitroll"
|
||||
|
||||
|
2
setup.py
2
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.",
|
||||
|
Loading…
Reference in New Issue
Block a user