Skip to content

Commit a8e8705

Browse files
committed
Add '__version__'
1 parent 3a5f5a1 commit a8e8705

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nordpool/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# pylint: disable=missing-module-docstring
2+
import importlib.metadata
3+
4+
__version__ = importlib.metadata.version(__package__)

0 commit comments

Comments
 (0)