Skip to content

Commit f951168

Browse files
committed
Bump version: 0.1.8 → 0.1.9
1 parent 1504114 commit f951168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python3 -m pip install fenicsx-pulse
2424
```
2525
We also provide a pre-built docker image with FEniCSx and `fenicsx_pulse` installed. You pull this image using the command
2626
```
27-
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.1.8
27+
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.1.9
2828
```
2929

3030
## Getting started

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
33

44
[project]
55
name = "fenicsx-pulse"
6-
version = "0.1.8"
6+
version = "0.1.9"
77
description = "Next generation cardiac mechanics solver based on FEniCSx"
88
authors = [{name = "Henrik Finsberg", email = "[email protected]"}]
99
license = {file = "LICENSE"}
@@ -136,7 +136,7 @@ tag = true
136136
sign_tags = false
137137
tag_name = "v{new_version}"
138138
tag_message = "Bump version: {current_version} → {new_version}"
139-
current_version = "0.1.8"
139+
current_version = "0.1.9"
140140

141141

142142
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)