index
:
Coding-Club-2021-2022
main
High School Coding Club projects
Skullheadx
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
venv
/
Lib
/
site-packages
/
charset_normalizer
/
version.py
blob: af7e749e823c0c479b546144e602da26c14bef5c (
plain
)
1
2
3
4
5
6
"""
Expose version
"""
__version__
=
"2.1.0"
VERSION
=
__version__
.
split
(
"."
)