Skip to content

Commit

Permalink
Bump version: 3.1.2 → 3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Picard <[email protected]>
  • Loading branch information
MainRo committed Mar 5, 2024
1 parent 5e71e6c commit 1466437
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.2
current_version = 3.1.3
commit = True
tag = True
commit_args = -s
Expand All @@ -15,4 +15,3 @@ replace = __version__ = '{new_version}'
[bumpversion:file:binder/requirements.txt]
search = ebm2onnx=={current_version}
replace = ebm2onnx=={new_version}

2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ebm2onnx==3.1.2
ebm2onnx==3.1.3
numpy
pandas
onnxruntime
Expand Down
2 changes: 1 addition & 1 deletion ebm2onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Romain Picard"""
__email__ = '[email protected]'
__version__ = '3.1.2'
__version__ = '3.1.3'

from .convert import to_onnx, get_dtype_from_pandas
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 = "3.1.2"
version = "3.1.3"
description = "EBM model serialization to ONNX"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down

0 comments on commit 1466437

Please sign in to comment.