From 5b0642675ac1e2b729270d28842bffe553c76c8e Mon Sep 17 00:00:00 2001 From: terrablue <102580937+terrablue@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:03:28 +0200 Subject: [PATCH] python: reexpose pyodide --- packages/python/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/package.json b/packages/python/package.json index 12fad57f..fca1405c 100644 --- a/packages/python/package.json +++ b/packages/python/package.json @@ -1,6 +1,6 @@ { "name": "@primate/python", - "version": "0.1.3", + "version": "0.1.4", "description": "Primate Python backend", "homepage": "https://primatejs.com/modules/python", "bugs": "https://github.com/primatejs/primate/issues",