Skip to content

Commit 4a64342

Browse files
chore: Release 0.4.6 (#86)
1 parent d5b37fc commit 4a64342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2021 DjDeveloperr
4-
Copyright (c) 2023 the denosaurs team
4+
Copyright (c) 2023-2025 the denosaurs team
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@denosaurs/python",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"exports": {
55
".": "./mod.ts",
66
"./ext/pip": "./ext/pip.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bunpy",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "JavaScript -> Python Bridge for Deno and Bun",
55
"main": "mod.bun.ts",
66
"directories": {

0 commit comments

Comments
 (0)