Skip to content

Commit 4b94d41

Browse files
committed
Bump version: 3.2.0 → 3.3.0
Signed-off-by: Romain Picard <[email protected]>
1 parent d62d713 commit 4b94d41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

0 commit comments

Comments
 (0)