From e86b417aa1170fadd92b87b266920a2c7827e269 Mon Sep 17 00:00:00 2001 From: Bpolitycki Date: Tue, 27 Aug 2024 15:11:21 +0200 Subject: [PATCH] build: bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d044742b..7451bb02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [ "Christian Sonder ", ] schemas = [ - { title = "SLS TEI-Schema", description = "The main schema used by the Swiss Law Sources to validate TEI XML transcriptions", entry = "main.odd.xml", name = "TEI_Schema", version = "1.1.0", tei_version = "4.5.0" }, + { title = "SLS TEI-Schema", description = "The main schema used by the Swiss Law Sources to validate TEI XML transcriptions", entry = "main.odd.xml", name = "TEI_Schema", version = "1.2.0", tei_version = "4.5.0" }, ] [tool.poetry]