Skip to content

Commit 65b53f3

Browse files
committed
Bump version: 0.4.1 → 0.5.0
1 parent 93fd860 commit 65b53f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Note that installing with `pip` requires [FEniCSx already installed](https://fen
2929

3030
We also provide a pre-built docker image with FEniCSx and `fenicsx_pulse` installed. You pull this image using the command
3131
```
32-
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.4.1
32+
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.5.0
3333
```
3434

3535
## 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.4.1"
6+
version = "0.5.0"
77
description = "Next generation cardiac mechanics solver based on FEniCSx"
88
authors = [{name = "Henrik Finsberg", email = "henriknf@simula.no"}]
99
license = "MIT"
@@ -166,7 +166,7 @@ tag = true
166166
sign_tags = false
167167
tag_name = "v{new_version}"
168168
tag_message = "Bump version: {current_version} → {new_version}"
169-
current_version = "0.4.1"
169+
current_version = "0.5.0"
170170

171171

172172
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)