update version, delete requirements

This commit is contained in:
grey-cat-1908 2022-02-17 21:28:48 +03:00
parent 18f644c6d4
commit e781091f03
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,7 @@ __title__ = 'boticordpy'
__author__ = 'Marakarka'
__license__ = 'MIT'
__copyright__ = 'Copyright 2022 Marakarka'
__version__ = '2.0.1'
__version__ = '2.0.2'
from .client import BoticordClient
from .webhook import Webhook

View file

@ -1,2 +0,0 @@
aiohttp~=3.7.4
setuptools==58.2.0