Skip to content

Commit 7f168ce

Browse files
committedApr 29, 2023
Adapt bumpversion config
1 parent 4d77b8d commit 7f168ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[bumpversion]
22
current_version = 3.1.0b1
33

4-
[bumpversion:file:setup.py]
5-
search = __version__ = '{current_version}'
6-
replace = __version__ = '{new_version}'
4+
[bumpversion:file:pyproject.toml]
5+
search = version = "{current_version}"
6+
replace = version = "{new_version}"
77

88
[bumpversion:file:dbutils/__init__.py]
99
search = __version__ = '{current_version}'

0 commit comments

Comments
 (0)
Please sign in to comment.