bump version
This commit is contained in:
parent
fb1dae5400
commit
fd4e93df8b
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue