]>
crepu.dev Git - config.git/blob - djavu-asus/emacs/elpy/rpc-venv/lib/python3.11/site-packages/platformdirs/version.py
c2ef2084b33fc52b30ef094c16357b20c99c617a
1 # file generated by setuptools_scm
2 # don't change, don't track in version control
5 from typing
import Tuple
, Union
6 VERSION_TUPLE
= Tuple
[Union
[int, str], ...]
12 __version_tuple__
: VERSION_TUPLE
13 version_tuple
: VERSION_TUPLE
15 __version__
= version
= '3.11.0'
16 __version_tuple__
= version_tuple
= (3, 11, 0)