Skip to content

Commit a01a51b

Browse files
committed
New version
1 parent 7d5ae8d commit a01a51b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "trivoting"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
description = "Library to handle elections with trichotomous preferences"
99
authors = [
1010
{ name = "Simon Rey", email = "simon.j.rey@proton.me" },

trivoting/__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__ = "me@simonrey.fr"
3-
__version__ = "0.0.6"
3+
__version__ = "0.0.7"

0 commit comments

Comments
 (0)