Skip to content

Commit

Permalink
fix: Correct target file
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 17, 2024
1 parent b0b55f1 commit 2c5ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_basename}}/.age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace = "version = \"{{new_version}}\""
{% endraw %}

[[files]]
path = "src/atsphinx/{{cookiecutter.package_basename}}.py"
path = "src/atsphinx/{{cookiecutter.package_basename}}/__init__.py"
{% raw %}
search = "version = \"{{current_version}}\""
replace = "version = \"{{new_version}}\""
Expand Down

0 comments on commit 2c5ab0c

Please sign in to comment.