Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 7, 2024
1 parent 31e60ac commit b00f799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]

[project]
name = "circulation"
version = "0.1.2"
version = "0.1.3"
description = "Closed loop blood circulation model in FEniCS"
authors = [{ name = "Henrik Finsberg", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down Expand Up @@ -114,7 +114,7 @@ tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "0.1.2"
current_version = "0.1.3"


[[tool.bumpversion.files]]
Expand Down

0 comments on commit b00f799

Please sign in to comment.