Skip to content

Commit 8e7814a

Browse files
committed
bump e2b core beta version
1 parent 23e4391 commit 8e7814a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

python/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-code-interpreter"
3-
version = "1.2.0b4"
3+
version = "1.2.0b5"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ python = "^3.9"
1414

1515
httpx = ">=0.20.0, <1.0.0"
1616
attrs = ">=21.3.0"
17-
e2b = "1.2.0b4"
17+
e2b = "1.2.0b5"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^7.4.0"

0 commit comments

Comments
 (0)