From 017188d418ea214f2eb99521214872130bf042bc Mon Sep 17 00:00:00 2001 From: Eugeniu Costetchi Date: Mon, 1 Jun 2026 16:28:55 +0200 Subject: [PATCH] chore(meta): remove Meaningfy author attribution and bump version Replace Meaningfy author/email in pyproject.toml with the Publications Office of the European Union, and bump src/VERSION to 1.1.0-rc.3. Refs TEDSWS-528 --- src/VERSION | 2 +- src/pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/VERSION b/src/VERSION index 9084fa2..b2d500d 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.1.0 +1.1.0-rc.3 diff --git a/src/pyproject.toml b/src/pyproject.toml index 1c380ff..3c1e981 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -3,7 +3,7 @@ name = "ere-basic" version = "1.1.0" description = "A basic implementation of the Entity Resolution Engine (ERE)." authors = [ - {name = "Meaningfy",email = "hi@meaningfy.ws"} + {name = "Publications Office of the European Union"} ] readme = "../README.md" requires-python = ">=3.12,<3.15" @@ -48,7 +48,7 @@ rdflib = "7.6.0" pyyaml = "6.0.3" # TODO: should we have a registry? -ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.0.0", subdirectory = "src" } +ers-spec = { git = "https://github.com/OP-TED/entity-resolution-spec.git", branch = "release/1.1.0", subdirectory = "src" } [tool.pytest.ini_options]