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 Apr 4, 2024
1 parent f03c364 commit a0c7d16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-clouds-watch.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.1",
"version": "0.0.2",
"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.1"
version = "0.0.2"
description = "E2B Code Interpreter - Stateful code execution"
authors = ["e2b <hello@e2b.dev>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a0c7d16

Please sign in to comment.