We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5213a05 commit 34d9f3dCopy full SHA for 34d9f3d
choice_learn/__init__.py
@@ -1,4 +1,4 @@
1
"""Choice-Learn library for choice modeling in Python."""
2
3
-__version__ = "1.1.0"
+__version__ = "1.1.1"
4
__author__ = "Vincent Auriau"
pyproject.toml
@@ -54,7 +54,7 @@ testpaths = ["tests/"]
54
55
[tool.poetry]
56
name = "choice-learn"
57
-version = "1.1.0"
+version = "1.1.1"
58
description = "Large-scale choice modeling through the lens of machine learning."
59
authors = [
60
"artefactory <[email protected]>",
0 commit comments