From 097a3a73ab72b7b9251be2cc72c15154902048ee Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Wed, 2 Nov 2022 16:34:59 +0100 Subject: [PATCH] feat: add version --- src/psimpy/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/psimpy/__init__.py b/src/psimpy/__init__.py index e69de29..f927ee6 100644 --- a/src/psimpy/__init__.py +++ b/src/psimpy/__init__.py @@ -0,0 +1,3 @@ +from importlib.metadata import version + +__version__ = version("psimpy") \ No newline at end of file -- GitLab