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": {