We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13a946 commit 0d5bad5Copy full SHA for 0d5bad5
src/template/__init__.py
@@ -0,0 +1,7 @@
1
+"""Init data"""
2
+from __future__ import annotations
3
+
4
+from importlib.metadata import version
5
6
+# Load the version
7
+__version__ = version("template")
0 commit comments