From f31f6575fa407e87226678e83be266f630829070 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 Dec 2025 06:56:34 +0100 Subject: [PATCH] Bump to 0.2.5 --- setup.cfg | 4 ++-- zotify/config.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1a2c274..47545b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = zotify -version = 0.2.0 +version = 0.2.4 author = Zotify Contributors description = A highly customizable music and podcast downloader long_description = file: README.md long_description_content_type = text/markdown keywords = python, music, podcast, downloader -licence = Unlicence +license = Unlicensed classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: The Unlicense (Unlicense) diff --git a/zotify/config.py b/zotify/config.py index 172e2a9..e258e64 100644 --- a/zotify/config.py +++ b/zotify/config.py @@ -3,7 +3,7 @@ import sys from pathlib import Path, PurePath from typing import Any -ZOTIFY_VERSION = "0.2.3" +ZOTIFY_VERSION = "0.2.4" ROOT_PATH = 'ROOT_PATH' ROOT_PODCAST_PATH = 'ROOT_PODCAST_PATH' SKIP_EXISTING = 'SKIP_EXISTING'