NonSteamLaunchers-On-Steam-.../Modules/charset_normalizer/version.py

7 lines
79 B
Python
Raw Normal View History

2024-07-01 03:30:38 +02:00
"""
Expose version
"""
2024-08-06 21:20:58 +02:00
__version__ = "3.8.2"
2024-07-01 03:30:38 +02:00
VERSION = __version__.split(".")