Skip to content

Commit cdc4e28

Browse files
committed
use rc releases
1 parent 3e3fc53 commit cdc4e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0.4"
3+
version = "1.0.4rc1"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ python = "^3.8"
1414

1515
httpx = ">=0.20.0, <1.0.0"
1616
attrs = ">=21.3.0"
17-
e2b = "^1.0.4"
17+
e2b = "1.1.0rc1"
1818

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

0 commit comments

Comments
 (0)