From 892817083403397785f4aec38c54a0396d19f012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Sj=C3=B6green?= Date: Sun, 19 Oct 2025 14:37:08 +0200 Subject: [PATCH] chore: Release 0.4.6 --- LICENSE | 2 +- deno.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index adc1f58..b00046f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2021 DjDeveloperr -Copyright (c) 2023 the denosaurs team +Copyright (c) 2023-2025 the denosaurs team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/deno.json b/deno.json index 59b0faf..5975242 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@denosaurs/python", - "version": "0.4.5", + "version": "0.4.6", "exports": { ".": "./mod.ts", "./ext/pip": "./ext/pip.ts" diff --git a/package.json b/package.json index a87ea3c..67f8337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunpy", - "version": "0.4.5", + "version": "0.4.6", "description": "JavaScript -> Python Bridge for Deno and Bun", "main": "mod.bun.ts", "directories": {