Bump to 0.2.5

This commit is contained in:
unknown
2025-12-19 06:56:34 +01:00
parent d1468dff5a
commit f31f6575fa
2 changed files with 3 additions and 3 deletions

View File

@@ -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)

View File

@@ -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'