bumped versions

This commit is contained in:
2026-05-16 18:29:21 -05:00
parent 15b91d0f6d
commit b44fb91f67
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "foreignthon"
version = "0.4.0"
version = "0.4.1"
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

@@ -14,7 +14,7 @@ authors = [
]
keywords = ["foreignthon", "spanish", "español"]
dependencies = ["foreignthon>=0.4.0"]
dependencies = ["foreignthon>=0.4.1"]
[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.0"]
dependencies = ["foreignthon>=0.4.1"]
[project.entry-points."foreignthon.langs"]
ta = "foreignthon_ta"