diff --git a/pyproject.toml b/pyproject.toml index f595c32..62fe2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "henriknf@simula.no"}] license = {file = "LICENSE"} @@ -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]]