Skip to content

Commit

Permalink
Bump version: 3.1.3 → 3.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Picard <romain.picard@softathome.com>
  • Loading branch information
MainRo committed Jul 25, 2024
1 parent c4bf7ed commit 338765b
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.1.3
current_version = 3.2.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.1.3
ebm2onnx==3.2.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,6 +2,6 @@

__author__ = """Romain Picard"""
__email__ = 'romain.picard@softathome.com'
__version__ = '3.1.3'
__version__ = '3.2.0'

from .convert import to_onnx, get_dtype_from_pandas
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.1.3"
version = "3.2.0"
description = "EBM model serialization to ONNX"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down

0 comments on commit 338765b

Please sign in to comment.