bumped versions
Some checks failed
Pack Validation CI / validate (push) Successful in 7s
CI/CD Pipeline / Verify Pack Integrity (push) Successful in 7s
CI/CD Pipeline / Production Release (PyPI & Gitea) (push) Failing after 15s

This commit is contained in:
2026-05-19 16:19:57 -05:00
parent 35b3ede9e2
commit 431e328909
2 changed files with 3 additions and 3 deletions

View File

@@ -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"