Skip to content

Commit 7612602

Browse files
committed
Add .bumpversion.toml
1 parent ae0ac28 commit 7612602

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.bumpversion.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tool.bumpversion]
2+
current_version = "0.9.0"
3+
commit = true
4+
tag = true
5+
tag_name = "{new_version}"
6+
7+
[[tool.bumpversion.files]]
8+
filename = "setup.py"

0 commit comments

Comments
 (0)