Skip to content

Commit dbb468f

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent d57e3ec commit dbb468f

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.3.1
32+
docker pull ghcr.io/finsberg/fenicsx-pulse:v0.4.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.3.1"
6+
version = "0.4.0"
77
description = "Next generation cardiac mechanics solver based on FEniCSx"
88
authors = [{name = "Henrik Finsberg", email = "henriknf@simula.no"}]
99
license = {file = "LICENSE"}
@@ -152,7 +152,7 @@ tag = true
152152
sign_tags = false
153153
tag_name = "v{new_version}"
154154
tag_message = "Bump version: {current_version} → {new_version}"
155-
current_version = "0.3.1"
155+
current_version = "0.4.0"
156156

157157

158158
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)