bumping versions with full fix

This commit is contained in:
2026-05-17 18:34:34 -05:00
parent 7a2651b775
commit 2701271973
4 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "foreignthon"
version = "0.4.1"
version = "0.5.0"
description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python."
license = { text = "GPL v3" }
requires-python = ">=3.9"

View File

@@ -19,6 +19,7 @@ def _load_effective_pack(project: Path, lang: str) -> dict:
2. installed pack via entry points
"""
import json
from .pack import load_pack
# Walk up to find .foreignthon.toml

View File

@@ -14,7 +14,7 @@ authors = [
]
keywords = ["foreignthon", "spanish", "español"]
dependencies = ["foreignthon>=0.4.1"]
dependencies = ["foreignthon>=0.5.0"]
[project.entry-points."foreignthon.langs"]
es = "foreignthon_es"

View File

@@ -12,7 +12,7 @@ authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
keywords = ["foreignthon", "tamil", "தமிழ்"]
dependencies = ["foreignthon>=0.4.1"]
dependencies = ["foreignthon>=0.5.0"]
[project.entry-points."foreignthon.langs"]
ta = "foreignthon_ta"