Skip to content

Commit eb49aa9

Browse files
committed
Reconfigure bump2version
1 parent d1e0fa0 commit eb49aa9

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
[bumpversion]
2-
current_version = 1.10.0
3-
files = version.py
2+
current_version = 1.10.1
3+
4+
[bumpversion:file:zxb/version.py]
5+
search = VERSION = '{current_version}'
6+
replace = VERSION = '{new_version}'
7+
8+
[bumpversion:file:setup.py]
9+
search = 'version': '{current_version}'
10+
replace = 'version': '{new_version}'
11+
12+
[bumpversion:file:pyproject.toml]
13+
search = version = "{current_version}"
14+
replace = version = "{new_version}"

0 commit comments

Comments
 (0)