Skip to content

Commit

Permalink
v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
szufix committed Feb 19, 2024
1 parent dedc234 commit ba972b1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mapel-all/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mapel"
version = "2.1.6"
version = "2.1.7"
authors = [
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},
Expand Down
8 changes: 4 additions & 4 deletions mapel-all/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mapel-core==2.1.6
mapel-elections==2.1.6
mapel-roommates==2.1.6
mapel-marriages==2.1.6
mapel-core==2.1.7
mapel-elections==2.1.7
mapel-roommates==2.1.7
mapel-marriages==2.1.7
2 changes: 1 addition & 1 deletion mapel-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mapel-core"
version = "2.1.6"
version = "2.1.7"
authors = [
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},
Expand Down
2 changes: 1 addition & 1 deletion mapel-core/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ scikit-learn~=1.3.0
tikzplotlib~=0.10.1
tqdm~=4.66.0
gurobipy~=10.0.2
prefsampling>=0.1.2
prefsampling>=0.1.6
2 changes: 1 addition & 1 deletion mapel-elections/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mapel-elections"
version = "2.1.6"
version = "2.1.7"
authors = [
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},
Expand Down
2 changes: 1 addition & 1 deletion mapel-marriages/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mapel-marriages"
version = "2.1.6"
version = "2.1.7"
authors = [
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},
Expand Down
2 changes: 1 addition & 1 deletion mapel-roommates/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mapel-roommates"
version = "2.1.6"
version = "2.1.7"
authors = [
{name = "Stanislaw Szufa", email = "s.szufa@gmail.com"},
{name = "Niclas Boehmer", email = "niclas.boehmer@tu-berlin.de"},
Expand Down

0 comments on commit ba972b1

Please sign in to comment.