From 2aa8e91a6870a5b7c9f7cb81079218c1bae00904 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Sat, 16 May 2026 11:42:45 -0500 Subject: [PATCH] bump core version to 0.2.0 --- packages/foreignthon/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foreignthon/pyproject.toml b/packages/foreignthon/pyproject.toml index 38f1738..06546b0 100644 --- a/packages/foreignthon/pyproject.toml +++ b/packages/foreignthon/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "foreignthon" -version = "0.1.0" +version = "0.2.0" description = "Write Python in any language. Transpiles foreign-language .xx.py files to standard Python." license = { text = "GPL v3" } requires-python = ">=3.9"