v0.0.2: answer capability

This commit is contained in:
klemek
2021-01-11 19:56:59 +01:00
parent 3ad0b7f1b0
commit f1054f78bb
4 changed files with 82 additions and 34 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="miniscord-Klemek",
version="0.0.1",
version="0.0.2",
author="Klemek",
description="A minimalist discord bot API",
long_description=long_description,
@@ -17,5 +17,5 @@ setuptools.setup(
"License :: OSI Approved :: GNU License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires=">=3.6",
)