From ffa3bdaf73b0010235b35d1480e10d9391e642fd Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Thu, 25 Jul 2024 14:09:45 +0200 Subject: [PATCH] Change version to v0.0.6 (#138) Co-authored-by: github-actions[bot] --- choice_learn/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/choice_learn/__init__.py b/choice_learn/__init__.py index 3f9fbb9d..33dec9da 100644 --- a/choice_learn/__init__.py +++ b/choice_learn/__init__.py @@ -1,4 +1,4 @@ """Choice-Learn library for choice modeling in Python.""" -__version__ = "0.0.5" +__version__ = "0.0.6" __author__ = "Vincent Auriau" diff --git a/pyproject.toml b/pyproject.toml index 4e7dcc74..015abf96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pythonpath = ["./"] [tool.poetry] name = "choice-learn" -version = "0.0.5" +version = "0.0.6" description = "Large-scale choice modeling through the lens of machine learning." authors = [ "artefactory ",