Skip to content

Commit

Permalink
bump to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 22, 2023
1 parent fbd66b6 commit 7b8ffbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions physiofit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version changes handled by github action"""
import importlib.metadata

__version__ = "3.0.4"
__version__ = importlib.metadata.version("physiofit")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "physiofit"
version = "3.0.4"
version = "3.0.5"
description = "Calculate extracellular fluxes from metabolite concentrations and biomass data"
authors = ["llegregam <[email protected]>"]
license = "GNU General Public License (GPL)"
Expand Down

0 comments on commit 7b8ffbf

Please sign in to comment.