impuls/lib/python3.11/site-packages/captcha/__init__.py

7 lines
140 B
Python

VERSION = (0, 5, 20)
def get_version():
"Return the version as a human-format string."
return ".".join([str(i) for i in VERSION])