Skip to content

Commit 958c102

Browse files
authored
Bump version: 3.1.1 → 3.1.2 (#13)
Signed-off-by: Romain Picard <[email protected]>
1 parent 669c7ee commit 958c102

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.1.2
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)