Skip to content

Commit

Permalink
Updated description and version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivialba committed Oct 23, 2023
1 parent 41dc23b commit ce43ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ce43ca1

Please sign in to comment.