mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-03 13:14:46 +00:00
4 lines
99 B
Python
4 lines
99 B
Python
from pkg_resources import get_distribution
|
|
|
|
|
|
__version__ = get_distribution("django-axes").version
|