diff --git a/pyproject.toml b/pyproject.toml index bad8f1d..9e8a0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon-es" -version = "0.1.1" +version = "0.2.10" description = "Spanish language pack for ForeignThon." license = { text = "GPL v3" } requires-python = ">=3.9" @@ -14,7 +14,7 @@ authors = [ keywords = ["foreignthon", "spanish", "espaƱol"] dependencies = [ - "foreignthon>=0.1.0", + "foreignthon>=0.4.0", ] [project.entry-points."foreignthon.langs"] diff --git a/src/foreignthon_es/es.json b/src/foreignthon_es/es.json index 2797de1..4c57e30 100644 --- a/src/foreignthon_es/es.json +++ b/src/foreignthon_es/es.json @@ -141,5 +141,6 @@ "colecciones": "collections", "ruta": "pathlib", "expresion_regular": "re" - } -} + }, + "postfix_keywords": [] +} \ No newline at end of file