From 0775e0e20c73ae3f2a07cd63dc07ced63d03dfae Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Sat, 16 May 2026 18:29:21 -0500 Subject: [PATCH] bumped versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 512f22e..094ef9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"