diff --git a/CHANGELOG.md b/CHANGELOG.md index 75aa172..ea4a3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index f3db076..1261432 100644 --- a/setup.py +++ b/setup.py @@ -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,