diff --git a/VERSION b/VERSION index 50ffc5a..2165f8f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/core/async_nfo_manager.py b/core/async_nfo_manager.py index 372a777..33fb337 100644 --- a/core/async_nfo_manager.py +++ b/core/async_nfo_manager.py @@ -4,7 +4,7 @@ High-performance async NFO file operations with concurrent processing """ import asyncio from pathlib import Path -from typing import Optional, List, Dict, Any +from typing import Optional, List, Dict, Any, Tuple from datetime import datetime import xml.etree.ElementTree as ET