From 63a2cabf544e1ae0da6fb001f529a271789c48e0 Mon Sep 17 00:00:00 2001 From: Anna A <165001854+AnArut96@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:19:05 +0100 Subject: [PATCH] Update version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecee2cd..fe0689f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fair-kmeans" -version = "0.1.1" +version = "0.1.2" description = "Fair K-Means produces a fair clustering assignment according to the fairness definition of Chierichetti et al. Each point has a binary color, and the goal is to assign the points to clusters such that the number of points with different colors in each cluster is the same and the cost of the clusters is minimized." authors = ["Melanie Schmidt ", "Giulia Baldini "] readme = "README.md"