Skip to content

Commit

Permalink
fix bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Mar 1, 2023
1 parent 7acef48 commit ca5b311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ebm2onnx"
version = "version = '3.0.0'"
version = "3.0.0"
description = "EBM model serialization to ONNX"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ commit = True
tag = True

[bumpversion:file:pyproject.toml]
search = version = '{current_version}'
replace = version = '{new_version}'
search = version = "{current_version}"
replace = version = "{new_version}"

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

0 comments on commit ca5b311

Please sign in to comment.