Skip to content

Commit

Permalink
Added test workflow for deployment on test_pypi using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 22, 2023
1 parent d903e7d commit 6b0ce42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physiofit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import importlib.metadata
"""Version changes handled by github action"""

__version__ = importlib.metadata.version("physiofit")
__version__ = "3.0.4"

0 comments on commit 6b0ce42

Please sign in to comment.