bump version
This commit is contained in:
parent
fb1dae5400
commit
fd4e93df8b
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.3
|
||||||
|
- Less stupid single format
|
||||||
|
- Fixed error in json fetching
|
||||||
|
|
||||||
## v0.6.2
|
## v0.6.2
|
||||||
- Won't crash if downloading a song with no lyrics and `DOWNLOAD_LYRICS` is set to True
|
- Won't crash if downloading a song with no lyrics and `DOWNLOAD_LYRICS` is set to True
|
||||||
- Fixed visual glitch when entering login info
|
- Fixed visual glitch when entering login info
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ README = (HERE / "README.md").read_text()
|
||||||
# This call to setup() does all the work
|
# This call to setup() does all the work
|
||||||
setup(
|
setup(
|
||||||
name="zotify",
|
name="zotify",
|
||||||
version="0.6.2",
|
version="0.6.3",
|
||||||
author="Zotify Contributors",
|
author="Zotify Contributors",
|
||||||
description="A music and podcast downloader.",
|
description="A music and podcast downloader.",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
|
|
Loading…
Reference in New Issue