diff --git a/setup.cfg b/setup.cfg index 8c4c198..c9cc896 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = zotify -version = 0.9.7 +version = 0.9.8 author = Zotify Contributors description = A highly customizable music and podcast downloader long_description = file: README.md diff --git a/zotify/__main__.py b/zotify/__main__.py index cf6d981..6afd13b 100644 --- a/zotify/__main__.py +++ b/zotify/__main__.py @@ -7,7 +7,7 @@ from zotify.app import App from zotify.config import CONFIG_PATHS, CONFIG_VALUES from zotify.utils import OptionalOrFalse -VERSION = "0.9.7" +VERSION = "0.9.8" def main():