Skip to content

Commit e07dca8

Browse files
committed
Add .__version__
1 parent 8414a35 commit e07dca8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

flixopt/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
This module bundles all common functionality of flixopt and sets up the logging
33
"""
44

5+
from importlib.metadata import version
6+
7+
__version__ = version('flixopt')
8+
59
from .commons import (
610
CONFIG,
711
AggregatedCalculation,

0 commit comments

Comments
 (0)