Skip to content

Commit 8e1bd9a

Browse files
authored
Update package versions (#648)
## Description Update the python beta SDK version to latest
1 parent 73b27fa commit 8e1bd9a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ npm i @e2b/code-interpreter@beta
2121
```
2222

2323
```bash {{ language: 'python' }}
24-
pip install e2b-code-interpreter==1.2.0b0
24+
pip install e2b-code-interpreter==1.2.0b1
2525
#
2626
# or use Core: https://github.com/e2b-dev/e2b
27-
# pip install e2b==1.2.0b0
27+
# pip install e2b==1.2.0b1
2828
```
2929
</CodeGroup>
3030

apps/web/src/app/(docs)/docs/sandbox/persistence/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ npm i @e2b/code-interpreter@beta
2626
```
2727

2828
```bash {{ language: 'python' }}
29-
pip install e2b-code-interpreter==1.2.0b0
29+
pip install e2b-code-interpreter==1.2.0b1
3030
#
3131
# or use Core: https://github.com/e2b-dev/e2b
32-
# pip install e2b==1.2.0b2
32+
# pip install e2b==1.2.0b1
3333
#
3434
# or use Desktop: https://github.com/e2b-dev/desktop
3535
# pip install e2b-desktop==1.2.0b1

0 commit comments

Comments
 (0)