mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-10 16:44:45 +00:00
8 lines
158 B
Python
8 lines
158 B
Python
try:
|
|
__version__ = __import__('pkg_resources').get_distribution('clamd').version
|
|
except:
|
|
__version__ = ''
|
|
|
|
|
|
def get_version():
|
|
return __version__
|