Skip to content

Commit 23a018f

Browse files
[skip ci] Release new versions
1 parent 776ef3f commit 23a018f

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.changeset/cyan-pears-hug.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": "0.0.7",
3+
"version": "0.0.8",
44
"description": "E2B Code Interpreter - Stateful code execution",
55
"homepage": "https://e2b.dev",
66
"license": "MIT",

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": "0.0.8",
4+
"version": "0.0.9",
55
"scripts": {
66
"test": "poetry run pytest -n 1 --verbose -x",
77
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",

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 = "0.0.8"
3+
version = "0.0.9"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)