Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hkjeldsberg committed Dec 12, 2023
1 parent 720a56f commit e4fded6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create and publish a Docker image
on:
push:
branches:
- "master"
- "!*"
tags:
- "v*"

Expand Down
2 changes: 1 addition & 1 deletion 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 = "vampy"
version = "1.0.2"
version = "1.0.4"
description = "Automated and objective tools used to prepare, run, and analyze vascular morphologies."
authors = [{ name = "Henrik A. Kjeldsberg", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit e4fded6

Please sign in to comment.