Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 450d394

Browse files
committed
Setup bump2version
1 parent 7797b97 commit 450d394

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.bumpversion.cfg

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

0 commit comments

Comments
 (0)