Version bump to 0.9.11
This commit is contained in:
parent
a9cdd7d9a1
commit
4cd4b35f63
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = zotify
|
name = zotify
|
||||||
version = 0.9.10
|
version = 0.9.11
|
||||||
author = Zotify Contributors
|
author = Zotify Contributors
|
||||||
description = A highly customizable music and podcast downloader
|
description = A highly customizable music and podcast downloader
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
|
|
@ -7,7 +7,7 @@ from zotify.app import App
|
||||||
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
|
from zotify.config import CONFIG_PATHS, CONFIG_VALUES
|
||||||
from zotify.utils import OptionalOrFalse
|
from zotify.utils import OptionalOrFalse
|
||||||
|
|
||||||
VERSION = "0.9.10"
|
VERSION = "0.9.11"
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Reference in a new issue