Skip to content

Commit fb68a54

Browse files
[skip ci] Release new versions
1 parent 4db7f15 commit fb68a54

4 files changed

Lines changed: 3 additions & 9 deletions

File tree

.changeset/bump-e2b-deps.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e2b/code-interpreter",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"packageManager": "pnpm@9.15.9",
55
"description": "E2B Code Interpreter - Stateful code execution",
66
"homepage": "https://e2b.dev",

python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/code-interpreter-python",
33
"private": true,
4-
"version": "2.6.1",
4+
"version": "2.6.2",
55
"packageManager": "pnpm@9.15.9",
66
"scripts": {
77
"test": "poetry run pytest -n 4 --verbose -x",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-code-interpreter"
3-
version = "2.6.1"
3+
version = "2.6.2"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <hello@e2b.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)