From 6b0ce4261210540a967904613a0e1be1ce4a4e3e Mon Sep 17 00:00:00 2001 From: legregam Date: Mon, 22 May 2023 10:18:08 +0200 Subject: [PATCH] Added test workflow for deployment on test_pypi using poetry --- physiofit/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/physiofit/__init__.py b/physiofit/__init__.py index 7077eb4..b7a9c15 100644 --- a/physiofit/__init__.py +++ b/physiofit/__init__.py @@ -1,3 +1,3 @@ -import importlib.metadata +"""Version changes handled by github action""" -__version__ = importlib.metadata.version("physiofit") \ No newline at end of file +__version__ = "3.0.4" \ No newline at end of file