Skip to content

Commit 0d5bad5

Browse files
Update __init__.py
1 parent a13a946 commit 0d5bad5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/template/__init__.py

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)