Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Advik-B committed Feb 25, 2023
1 parent 2616770 commit 72c3904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

with codecs.open(os.path.join(here, "requirements.txt"), encoding="utf-8") as fh:
requirements = fh.read().splitlines()
VERSION = '1.5.4 '
VERSION = '1.5.5'
DESCRIPTION = "A no-compromises wrapper for the CurseForge API"

# Setting up
Expand Down

0 comments on commit 72c3904

Please sign in to comment.