From 34d9f3d03855e09afeca937aae5825ac0ad6b2bb Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Sat, 30 Nov 2024 10:53:55 -0800 Subject: [PATCH] Change version to v1.1.1 (#192) --- 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 85d33971..1721fea7 100644 --- a/choice_learn/__init__.py +++ b/choice_learn/__init__.py @@ -1,4 +1,4 @@ """Choice-Learn library for choice modeling in Python.""" -__version__ = "1.1.0" +__version__ = "1.1.1" __author__ = "Vincent Auriau" diff --git a/pyproject.toml b/pyproject.toml index ff4a6fea..40c9630a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ testpaths = ["tests/"] [tool.poetry] name = "choice-learn" -version = "1.1.0" +version = "1.1.1" description = "Large-scale choice modeling through the lens of machine learning." authors = [ "artefactory ",