We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c6a29 + aa7e267 commit 4500e9fCopy full SHA for 4500e9f
4 files changed
.changeset/dry-lions-stare.md
chart_data_extractor/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@e2b/data-extractor",
3
"private": true,
4
- "version": "0.0.4",
+ "version": "1.0.0",
5
"scripts": {
6
"test": "poetry run pytest -n 4 --verbose -x",
7
"example": "poetry run python3 example.py",
chart_data_extractor/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "e2b-charts"
-version = "0.0.4"
+version = "1.0.0"
description = "Package for extracting data for E2B Code Interpreter"
authors = ["e2b <hello@e2b.dev>"]
license = "MIT"
0 commit comments