bump version

This commit is contained in:
logykk 2022-02-25 13:42:05 +13:00
parent fb1dae5400
commit fd4e93df8b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.6.3
- Less stupid single format
- Fixed error in json fetching
## v0.6.2
- Won't crash if downloading a song with no lyrics and `DOWNLOAD_LYRICS` is set to True
- Fixed visual glitch when entering login info

View File

@ -12,7 +12,7 @@ README = (HERE / "README.md").read_text()
# This call to setup() does all the work
setup(
name="zotify",
version="0.6.2",
version="0.6.3",
author="Zotify Contributors",
description="A music and podcast downloader.",
long_description=README,