From b5ef5b27f05e5f06a0dc16ed4d02d5911aa1458b Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Mon, 18 May 2026 16:19:56 +0000 Subject: [PATCH] bumped versions to 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3747d22..c83700d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon" -version = "0.5.1" +version = "0.5.2" description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python." license = { text = "GPL v3" } requires-python = ">=3.9"