Fix quotes

This commit is contained in:
Luke Murphy 2020-02-27 22:33:33 +00:00
parent 9cf7834842
commit 169b01532b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -28,6 +28,6 @@ except ImportError:
try:
__version__ = pkg_resources.get_distribution('calibrestekje').version
__version__ = pkg_resources.get_distribution("calibrestekje").version
except Exception:
__version__ = 'unknown'
__version__ = "unknown"