Skip to content

Commit 01c3ae8

Browse files
[skip ci] Release new versions
1 parent be91898 commit 01c3ae8

File tree

6 files changed

+640
-9
lines changed

6 files changed

+640
-9
lines changed

.changeset/cute-deer-fall.md

-6
This file was deleted.

packages/js-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e2b/desktop",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "E2B Desktop Sandbox - isolated cloud environment with a desktop-like interface powered by E2B. Ready for AI Computer Use",
55
"author": {
66
"name": "FoundryLabs, Inc.",

packages/python-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@e2b/desktop-python",
33
"private": true,
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"scripts": {
66
"test": "poetry run pytest -n 4 --verbose -x",
77
"example": "poetry run python3 example.py",

packages/python-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "e2b-desktop"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "E2B Desktop Sandbox - Deskstop sandbox in cloud powered by E2B"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)