Skip to content

Commit de0c099

Browse files
committed
Update version 0.1.24
1 parent 1332c7b commit de0c099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prefsampling/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Simon Rey and Stanisław Szufa"
22
__email__ = "[email protected]"
3-
__version__ = "0.1.23"
3+
__version__ = "0.1.24"
44

55
from enum import Enum
66
from itertools import chain

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "prefsampling"
7-
version = "0.1.23"
7+
version = "0.1.24"
88
description = "Algorithms to sample preferences of all kinds."
99
authors = [
1010
{ name = "Simon Rey", email = "[email protected]" },

0 commit comments

Comments
 (0)