Merge branch 'pr/155' into development

This commit is contained in:
Kevin Johnson
2020-10-31 08:13:54 -07:00
+2 -2
View File
@@ -15,8 +15,8 @@ try:
raise DistributionNotFound
except DistributionNotFound:
__version__ = "Please install this project with setup.py"
else:
version = __version__ = _dist.version
version = __version__ = _dist.version
from importlib.util import find_spec