Skip to content

Commit a0c7d16

Browse files
[skip ci] Release new versions
1 parent f03c364 commit a0c7d16

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.changeset/itchy-clouds-watch.md

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

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": "0.0.1",
4+
"version": "0.0.2",
55
"scripts": {
66
"test": "poetry run pytest -n 1 --verbose -x",
77
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",

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 = "0.0.1"
3+
version = "0.0.2"
44
description = "E2B Code Interpreter - Stateful code execution"
55
authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)