Skip to content

Commit 96d4345

Browse files
committed
Bump version: 3.1.0 → 3.1.1
1 parent 6494abb commit 96d4345

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.0
1+
ebm2onnx==3.1.1
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__ = 'romain.picard@softathome.com'
5-
__version__ = '3.1.0'
5+
__version__ = '3.1.1'
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.0"
3+
version = "3.1.1"
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.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)