Skip to content

Commit ca5b311

Browse files
committed
fix bumpversion config
1 parent 7acef48 commit ca5b311

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ebm2onnx"
3-
version = "version = '3.0.0'"
3+
version = "3.0.0"
44
description = "EBM model serialization to ONNX"
55
readme = "README.rst"
66
requires-python = ">=3.6"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ commit = True
44
tag = True
55

66
[bumpversion:file:pyproject.toml]
7-
search = version = '{current_version}'
8-
replace = version = '{new_version}'
7+
search = version = "{current_version}"
8+
replace = version = "{new_version}"
99

1010
[bumpversion:file:ebm2onnx/__init__.py]
1111
search = __version__ = '{current_version}'

0 commit comments

Comments
 (0)