Skip to content
Snippets Groups Projects
Commit 103aa2e5 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix reference from template

parent 1ef314f8
No related branches found
No related tags found
1 merge request!10Implement pruning mechanism for the utils script
Pipeline #39270 failed
...@@ -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("ldv-datamanagement-tasks")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment