Skip to content

Commit

Permalink
Bump version: 3.2.0 → 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Picard <[email protected]>
  • Loading branch information
MainRo committed Nov 5, 2024
1 parent d62d713 commit 4b94d41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.3.0
commit = True
tag = True
commit_args = -s
Expand Down
2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ebm2onnx==3.2.0
ebm2onnx==3.3.0
numpy
pandas
onnxruntime
Expand Down
2 changes: 1 addition & 1 deletion ebm2onnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Romain Picard"""
__email__ = '[email protected]'
__version__ = '3.2.0'
__version__ = '3.3.0'

from .convert import to_onnx, get_dtype_from_pandas
from . import sklearn
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ebm2onnx"
version = "3.2.0"
version = "3.3.0"
description = "EBM model serialization to ONNX"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down

0 comments on commit 4b94d41

Please sign in to comment.