From 50a601798794bd1ed1fca51254693ce4d5f86da3 Mon Sep 17 00:00:00 2001 From: new92 <94779840+new92@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:52:46 +0300 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b91db32..9255150 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='supapi', - version='0.0.1', + version='0.1.4', license='MIT', description='The supapi Python module is a versatile and powerful tool designed to simplify the process of retrieving comprehensive data about players, clans, cards, tournaments, clubs, and brawlers from three popular mobile games: Clash of Clans (CoC), Clash Royale, and Brawl Stars. This module is your all-in-one solution for accessing and analyzing game-related information, making it an invaluable resource for developers, gamers, and data enthusiasts alike.', long_description=long_description, @@ -18,4 +18,4 @@ install_requires=[ 'requests' ] -) \ No newline at end of file +)