Skip to content

Commit

Permalink
add src to the package path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 29, 2024
1 parent 52d6f33 commit 02ba12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ commit = true
tag = true

[[tool.bumpversion.files]]
filename = "compas_tna/__init__.py"
filename = "src/compas_tna/__init__.py"
search = "{current_version}"
replace = "{new_version}"

Expand Down

0 comments on commit 02ba12d

Please sign in to comment.