Skip to content

Commit 898826b

Browse files
committed
Bump version: 3.3.0 → 3.3.1
Signed-off-by: Romain Picard <[email protected]>
1 parent 34fcedf commit 898826b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.3.0"
2+
current_version = "3.3.1"
33
commit = true
44
tag = true
55
commit_args = "-s"

binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ebm2onnx==3.3.0
1+
ebm2onnx==3.3.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,7 +2,7 @@
22

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

77
from .convert import to_onnx, get_dtype_from_pandas
88
from . import sklearn

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

0 commit comments

Comments
 (0)