Skip to content

Commit 7dc2a3f

Browse files
[skip ci] Release new versions
1 parent 3fe798e commit 7dc2a3f

File tree

4 files changed

+724
-7
lines changed

4 files changed

+724
-7
lines changed

.changeset/smart-turkeys-study.md

-5
This file was deleted.

python/package.json

+1-1
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.1.0",
4+
"version": "1.1.1",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"test": "poetry run pytest -n 4 --verbose -x",

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-code-interpreter"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)