We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671157b commit 6db25a7Copy full SHA for 6db25a7
2 files changed
preflibtools/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = "Simon Rey"
2
-__email__ = "reysimon@orange.fr"
+__email__ = "simon.j.rey@proton.me"
3
__version__ = "2.0.33"
pyproject.toml
@@ -7,7 +7,7 @@ name = "preflibtools"
7
version = "2.0.33"
8
description = "A set of tools to work with preference data from the PrefLib.org website."
9
authors = [
10
- { name = "Simon Rey", email = "reysimon@orange.fr" },
+ { name = "Simon Rey", email = "simon.j.rey@proton.me" },
11
]
12
license = { file = "LICENSE.md" }
13
readme = "README.md"
0 commit comments