Skip to content

Commit

Permalink
Bump version: 3.1.0 → 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Mar 7, 2023
1 parent 6494abb commit 96d4345
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.0
ebm2onnx==3.1.1
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__ = '[email protected]'
__version__ = '3.1.0'
__version__ = '3.1.1'

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.0"
version = "3.1.1"
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.0
current_version = 3.1.1
commit = True
tag = True

Expand Down

0 comments on commit 96d4345

Please sign in to comment.