diff --git a/prefsampling/__init__.py b/prefsampling/__init__.py index 632e6c2..3065523 100644 --- a/prefsampling/__init__.py +++ b/prefsampling/__init__.py @@ -1,6 +1,6 @@ __author__ = "Simon Rey and Stanisław Szufa" __email__ = "reysimon@orange.fr" -__version__ = "0.1.18" +__version__ = "0.1.19" from enum import Enum from itertools import chain diff --git a/pyproject.toml b/pyproject.toml index ee8cc4d..09d4525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "prefsampling" -version = "0.1.18" +version = "0.1.19" description = "Algorithms to sample preferences of all kinds." authors = [ { name = "Simon Rey", email = "reysimon@orange.fr" },