Skip to content

Commit

Permalink
Bump version: 3.1.1 → 3.1.2 (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Picard <romain.picard@softathome.com>
  • Loading branch information
MainRo authored Mar 4, 2024
1 parent 669c7ee commit 958c102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1
ebm2onnx==3.1.2
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.1'
__version__ = '3.1.2'

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.1"
version = "3.1.2"
description = "EBM model serialization to ONNX"
readme = "README.rst"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.1
current_version = 3.1.2
commit = True
tag = True

Expand Down

0 comments on commit 958c102

Please sign in to comment.