Skip to content

Commit 1603c2a

Browse files
committed
Fix Condorcet
1 parent 413d7fa commit 1603c2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

preflibtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = "Simon Rey"
22
__email__ = "reysimon@orange.fr"
3-
__version__ = "2.0.31"
3+
__version__ = "2.0.32"

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 = "preflibtools"
7-
version = "2.0.31"
7+
version = "2.0.32"
88
description = "A set of tools to work with preference data from the PrefLib.org website."
99
authors = [
1010
{ name = "Simon Rey", email = "reysimon@orange.fr" },

0 commit comments

Comments
 (0)