Skip to content

Commit 916390e

Browse files
[skip ci] Release new versions
1 parent 3bf76d7 commit 916390e

File tree

8 files changed

+726
-16
lines changed

8 files changed

+726
-16
lines changed

.changeset/honest-kids-tickle.md

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

.changeset/red-onions-check.md

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

chart_data_extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/data-extractor",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"scripts": {
66
"test": "poetry run pytest -n 4 --verbose -x",
77
"example": "poetry run python3 example.py",

chart_data_extractor/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-charts"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Package for extracting data for E2B Code Interpreter"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

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.5",
4+
"version": "1.1.0",
55
"packageManager": "[email protected]",
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.5"
3+
version = "1.1.0"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

sdk-reference/code-interpreter-js-sdk/v1.0.4/messaging/page.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ new Execution(
3838

3939
### text
4040

41-
###### Get Signature
42-
4341
```ts
4442
get text(): undefined | string
4543
```

0 commit comments

Comments
 (0)