We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8414a35 commit e07dca8Copy full SHA for e07dca8
1 file changed
flixopt/__init__.py
@@ -2,6 +2,10 @@
2
This module bundles all common functionality of flixopt and sets up the logging
3
"""
4
5
+from importlib.metadata import version
6
+
7
+__version__ = version('flixopt')
8
9
from .commons import (
10
CONFIG,
11
AggregatedCalculation,
0 commit comments