Skip to content

Commit

Permalink
Bump version: 0.1.8 → 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Jul 11, 2024
1 parent 1504114 commit f951168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3 -m pip install fenicsx-pulse
```
We also provide a pre-built docker image with FEniCSx and `fenicsx_pulse` installed. You pull this image using the command
```
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.1.8
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.1.9
```

## Getting started
Expand Down
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 = "fenicsx-pulse"
version = "0.1.8"
version = "0.1.9"
description = "Next generation cardiac mechanics solver based on FEniCSx"
authors = [{name = "Henrik Finsberg", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand Down Expand Up @@ -136,7 +136,7 @@ tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "0.1.8"
current_version = "0.1.9"


[[tool.bumpversion.files]]
Expand Down

0 comments on commit f951168

Please sign in to comment.