Skip to content

Commit

Permalink
[skip ci] Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent 29974aa commit 0048f31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/violet-buckets-sneeze.md

This file was deleted.

2 changes: 1 addition & 1 deletion python/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@e2b/code-interpreter-python",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"scripts": {
"test": "poetry run pytest -n 1 --verbose -x",
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-code-interpreter"
version = "0.0.7"
version = "0.0.8"
description = "E2B Code Interpreter - Stateful code execution"
authors = ["e2b <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0048f31

Please sign in to comment.