Skip to content

Commit 285cd87

Browse files
committed
Bump version manually
1 parent ec78534 commit 285cd87

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/sour-elephants-exist.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@e2b/desktop-python": patch
3+
---
4+
5+
Bump version

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.0.3",
4+
"version": "1.1.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.0.3"
3+
version = "1.1.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)