v0.0.2: answer capability
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user