diff --git a/choice_learn/__init__.py b/choice_learn/__init__.py index 8acb380d..a22c2fbf 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.7" +__version__ = "0.0.8" __author__ = "Vincent Auriau" diff --git a/pyproject.toml b/pyproject.toml index d58a1b0e..5a59e99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ testpaths = ["tests/"] [tool.poetry] name = "choice-learn" -version = "0.0.7" +version = "0.0.8" description = "Large-scale choice modeling through the lens of machine learning." authors = [ "artefactory ",