Version bump

This commit is contained in:
DraftKinner 2025-02-10 17:00:25 -05:00
parent ce8d095de7
commit caae869d48
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[metadata]
name = zotify
version = 0.9.8
version = 0.9.9
author = Zotify Contributors
description = A highly customizable music and podcast downloader
long_description = file: README.md

View file

@ -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.8"
VERSION = "0.9.9"
def main():