KatGaw's picture
Release app to hf space"
6877950
raw
history blame
144 Bytes
import pkg_resources
try:
__version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
__version__ = 'unknown'