Change: Changelog and version changed

This commit is contained in:
2025-12-16 22:14:37 +01:00
parent 08ba77cdf0
commit 059aa81c5c
2 changed files with 12 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ from typing import Optional, Dict, List, Any, Union, Tuple
from contextlib import contextmanager
# Semantic Versioning
VERSION = '0.4.1'
VERSION = '0.5.0'
# Constants
PART_PERIOD_REGEX = r'([0-9]+)(h|d|m|y)'