lemur/lemur/plugins/lemur_aws/__init__.py
2015-08-03 21:16:55 -07:00

6 lines
140 B
Python

try:
VERSION = __import__('pkg_resources') \
.get_distribution(__name__).version
except Exception as e:
VERSION = 'unknown'