Skip to content

Commit 1eb099a

Browse files
committed
Merge branch 'generate-api-reference-for-code-interpreter-sdk-e2b-1235' of https://github.com/e2b-dev/code-interpreter into generate-api-reference-for-code-interpreter-sdk-e2b-1235
2 parents 41b157d + 494c5b4 commit 1eb099a

File tree

4 files changed

+724
-7
lines changed

4 files changed

+724
-7
lines changed

.changeset/stale-turtles-repeat.md

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

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": "1.0.1",
4+
"version": "1.0.2",
55
"packageManager": "pnpm@8.7.6",
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 = "1.0.1"
3+
version = "1.0.2"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <hello@e2b.dev>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)