From 9ef2d010bb529b7e0a7c29549e139d6f048a49e9 Mon Sep 17 00:00:00 2001 From: Romain Picard Date: Mon, 4 Mar 2024 18:38:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.1=20=E2=86=92=203.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Romain Picard --- binder/requirements.txt | 2 +- ebm2onnx/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index b1154ad..09cf1dc 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,4 +1,4 @@ -ebm2onnx==3.1.1 +ebm2onnx==3.1.2 numpy pandas onnxruntime diff --git a/ebm2onnx/__init__.py b/ebm2onnx/__init__.py index 01c858f..9449e5b 100644 --- a/ebm2onnx/__init__.py +++ b/ebm2onnx/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5bd432a..9bc8347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.cfg b/setup.cfg index 111fb28..776c92c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.1.2 commit = True tag = True