import pkg_resources try: __version__ = pkg_resources.get_distribution("AlekSIS-App-Matrix").version except Exception: __version__ = "unknown"