From d64f53a46a78b1a51e5e11acc5cd7f97198bf6c6 Mon Sep 17 00:00:00 2001 From: Pringled Date: Sun, 24 May 2026 20:21:00 +0200 Subject: [PATCH] chore: Update email --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaa0433..440bf7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "semhash" description = "Fast Multimodal Semantic Deduplication & Filtering" -authors = [{name = "Thomas van Dongen", email = "thomas123@live.nl"}, { name = "Stéphan Tulkens", email = "stephantul@gmail.com"}] +authors = [{name = "Thomas van Dongen", email = "thomasvdongen@proton.me"}, { name = "Stéphan Tulkens", email = "stephantul@gmail.com"}] readme = { file = "README.md", content-type = "text/markdown" } dynamic = ["version"] license = { file = "LICENSE" }