Skip to content

Commit b8731fa

Browse files
authored
Merge pull request #137 from KVSlab/bump-version
Bump version to 1.0.4
2 parents 720a56f + e4fded6 commit b8731fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Create and publish a Docker image
88
on:
99
push:
1010
branches:
11-
- "master"
11+
- "!*"
1212
tags:
1313
- "v*"
1414

pyproject.toml

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

44
[project]
55
name = "vampy"
6-
version = "1.0.2"
6+
version = "1.0.4"
77
description = "Automated and objective tools used to prepare, run, and analyze vascular morphologies."
88
authors = [{ name = "Henrik A. Kjeldsberg", email = "henriakj@simula.no" }]
99
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)