From fd4e93df8b9f07684106de0199a8a36187af94ef Mon Sep 17 00:00:00 2001 From: logykk Date: Fri, 25 Feb 2022 13:42:05 +1300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,