Skip to content

Commit 1466437

Browse files
committed
Bump version: 3.1.2 → 3.1.3
Signed-off-by: Romain Picard <[email protected]>
1 parent 5e71e6c commit 1466437

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.2
2+
current_version = 3.1.3
33
commit = True
44
tag = True
55
commit_args = -s
@@ -15,4 +15,3 @@ replace = __version__ = '{new_version}'
1515
[bumpversion:file:binder/requirements.txt]
1616
search = ebm2onnx=={current_version}
1717
replace = ebm2onnx=={new_version}
18-

binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ebm2onnx==3.1.2
1+
ebm2onnx==3.1.3
22
numpy
33
pandas
44
onnxruntime

ebm2onnx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Romain Picard"""
44
__email__ = '[email protected]'
5-
__version__ = '3.1.2'
5+
__version__ = '3.1.3'
66

77
from .convert import to_onnx, get_dtype_from_pandas

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 = "3.1.2"
3+
version = "3.1.3"
44
description = "EBM model serialization to ONNX"
55
readme = "README.rst"
66
requires-python = ">=3.6"

0 commit comments

Comments
 (0)