Bump to 0.2.5
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user