Skip to content

Commit d4c57d0

Browse files
committed
fix pre-commit
1 parent b1c8d56 commit d4c57d0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[bumpversion]
2+
current_version = 0.3.1
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:VERSION]
7+
8+
[bumpversion:file:pyproject.toml]
9+
search = version = "{current_version}"
10+
replace = version = "{new_version}"

0 commit comments

Comments
 (0)