Skip to content
Snippets Groups Projects
Commit 4db1a035 authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Fix typo in version call

parent a275ec38
No related branches found
No related tags found
1 merge request!10Hotfix/typo and gitignore
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -5,4 +5,4 @@ try: ...@@ -5,4 +5,4 @@ try:
except ImportError: # for Python<3.8 except ImportError: # for Python<3.8
import importlib_metadata as metadata import importlib_metadata as metadata
__version__ = metadata.version("my-awseome-app") __version__ = metadata.version("my-awesome-app")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment