lemur/lemur/plugins/lemur_adcs/__init__.py
2019-05-16 07:57:02 -07:00

6 lines
164 B
Python

"""Set the version information."""
try:
VERSION = __import__("pkg_resources").get_distribution(__name__).version
except Exception as e:
VERSION = "unknown"