Files
CVExplorer/.venv/lib/python3.13/site-packages/charset_normalizer/version.py
T
Chest a5714116ac +full refactor
+feat: configuration, progress bar, OSV
2026-01-18 13:54:14 +03:00

9 lines
115 B
Python

"""
Expose version
"""
from __future__ import annotations
__version__ = "3.4.4"
VERSION = __version__.split(".")