From e781091f0321231348c3115696a96bc776253dfe Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Thu, 17 Feb 2022 21:28:48 +0300 Subject: [PATCH] update version, delete requirements --- boticordpy/__init__.py | 2 +- requirements.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 requirements.txt diff --git a/boticordpy/__init__.py b/boticordpy/__init__.py index 1c2de2a..5f69d3e 100644 --- a/boticordpy/__init__.py +++ b/boticordpy/__init__.py @@ -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 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index a755a81..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -aiohttp~=3.7.4 -setuptools==58.2.0 \ No newline at end of file