Skip to content

Commit 34d9f3d

Browse files
Change version to v1.1.1 (#192)
1 parent 5213a05 commit 34d9f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

choice_learn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Choice-Learn library for choice modeling in Python."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"
44
__author__ = "Vincent Auriau"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ testpaths = ["tests/"]
5454

5555
[tool.poetry]
5656
name = "choice-learn"
57-
version = "1.1.0"
57+
version = "1.1.1"
5858
description = "Large-scale choice modeling through the lens of machine learning."
5959
authors = [
6060
"artefactory <[email protected]>",

0 commit comments

Comments
 (0)