Skip to content

Commit 6095a60

Browse files
committed
v2.1.0
1 parent f448c42 commit 6095a60

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

mapel-all/pyproject.toml

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

55
[project]
66
name = "mapel"
7-
version = "2.0.27"
7+
version = "2.1.0"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-all/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mapel-core==2.0.27
2-
mapel-elections==2.0.27
3-
mapel-roommates==2.0.27
4-
mapel-marriages==2.0.27
1+
mapel-core==2.1.0
2+
mapel-elections==2.1.0
3+
mapel-roommates==2.1.0
4+
mapel-marriages==2.1.0

mapel-core/pyproject.toml

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

55
[project]
66
name = "mapel-core"
7-
version = "2.0.27"
7+
version = "2.1.0"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ scikit-learn~=1.3.0
77
tikzplotlib~=0.10.1
88
tqdm~=4.66.0
99
gurobipy~=10.0.2
10-
prefsampling~=0.1.1
10+
prefsampling~=0.1.2

mapel-elections/pyproject.toml

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

55
[project]
66
name = "mapel-elections"
7-
version = "2.0.27"
7+
version = "2.1.0"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-marriages/pyproject.toml

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

55
[project]
66
name = "mapel-marriages"
7-
version = "2.0.27"
7+
version = "2.1.0"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

mapel-roommates/pyproject.toml

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

55
[project]
66
name = "mapel-roommates"
7-
version = "2.0.27"
7+
version = "2.1.0"
88
authors = [
99
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
1010
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},

0 commit comments

Comments
 (0)