Skip to content

Commit

Permalink
fix tbump
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Mar 5, 2024
1 parent 0e6b76e commit a9523ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ src = "gf180/__init__.py"
[[tool.tbump.file]]
src = "gf180/klayout/grain.xml"

[tool.tbump.git]
message_template = "Bump to {new_version}"
tag_template = "v{new_version}"

[tool.tbump.version]
current = "0.0.3"
regex = '''
Expand Down

0 comments on commit a9523ed

Please sign in to comment.