Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Feb 9, 2025
1 parent d3aa482 commit 2884466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "ukb_atlas"
version = "0.1.1"
version = "0.2.0"
description = "Generate meshes from UK Biobank data"
authors = [{name = "Henrik Finsberg", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand Down Expand Up @@ -112,7 +112,7 @@ tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "0.1.1"
current_version = "0.2.0"


[[tool.bumpversion.files]]
Expand Down

0 comments on commit 2884466

Please sign in to comment.