From ce43ca14891b89f7e8b45a1185d5b9714bc645e7 Mon Sep 17 00:00:00 2001 From: Alberto Olivi Date: Mon, 23 Oct 2023 02:41:11 -0400 Subject: [PATCH] Updated description and version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5c811d4..ee6ce31 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ with open('README.md', 'r', encoding='utf-8') as file: long_description = file.read() -VERSION = '0.0.2' -DESCRIPTION = 'Basic package to send and receive requests to the League of Legends client' +VERSION = '0.0.3' +DESCRIPTION = 'Basic package to send and receive requests from the League of Legends client with added functionalities to make requests easier' # Setting up setup(