diff --git a/pyproject.toml b/pyproject.toml index 0837751..53a3f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon-es" -version = "0.3.0" +version = "0.3.1" 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.5.2"] +dependencies = ["foreignthon>=0.5.3"] [project.entry-points."foreignthon.langs"] es = "foreignthon_es"