Update versions: plugin to 0.5.0a, fuzzy_matcher to 25.314.1907

- Update plugin.py version from 0.6.0 to 0.5.0a
- Update fuzzy_matcher.py version to 25.314.1907 (Nov 10, 2025 19:07)
- Update all references to v0.6.0 in README.md to v0.5.0a
This commit is contained in:
Claude
2025-11-11 01:09:41 +00:00
parent 2414407291
commit f62a8f275f
3 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import logging
from glob import glob
# Version: YY.DDD.HHMM (Julian date format: Year.DayOfYear.Time)
__version__ = "25.313.1157"
__version__ = "25.314.1907"
# Setup logging
LOGGER = logging.getLogger("plugins.fuzzy_matcher")

View File

@@ -31,7 +31,7 @@ class Plugin:
"""Dispatcharr Stream-Mapparr Plugin"""
name = "Stream-Mapparr"
version = "0.6.0"
version = "0.5.0a"
description = "🎯 Automatically add matching streams to channels based on name similarity and quality precedence with enhanced fuzzy matching"
@property