From 6f6d3c0675058b4f3cee10168ca752dcd335707a Mon Sep 17 00:00:00 2001 From: Maya Barnes Date: Thu, 16 Apr 2026 22:35:28 -0700 Subject: [PATCH] Bump version to 0.3.0 --- e2e_playwright/test-requirements.txt | 2 +- pyproject.toml | 2 +- streamlit_pivot/frontend/package-lock.json | 4 ++-- streamlit_pivot/frontend/package.json | 2 +- streamlit_pivot/pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/e2e_playwright/test-requirements.txt b/e2e_playwright/test-requirements.txt index 54de2ff..b356cef 100644 --- a/e2e_playwright/test-requirements.txt +++ b/e2e_playwright/test-requirements.txt @@ -6,5 +6,5 @@ pytest-xdist requests>=2.31.0 pandas>=1.5 -dist/streamlit_pivot-0.2.0-py3-none-any.whl +dist/streamlit_pivot-0.3.0-py3-none-any.whl streamlit>=1.51.0 diff --git a/pyproject.toml b/pyproject.toml index 72a4767..d16380e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta" [project] name = "streamlit-pivot" -version = "0.2.0" +version = "0.3.0" description = "BI-focused pivot table component for Streamlit" readme = "README.md" license = "Apache-2.0" diff --git a/streamlit_pivot/frontend/package-lock.json b/streamlit_pivot/frontend/package-lock.json index 121f733..bf9caa6 100644 --- a/streamlit_pivot/frontend/package-lock.json +++ b/streamlit_pivot/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "streamlit_pivot", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "streamlit_pivot", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", diff --git a/streamlit_pivot/frontend/package.json b/streamlit_pivot/frontend/package.json index 5b84890..5fd1888 100644 --- a/streamlit_pivot/frontend/package.json +++ b/streamlit_pivot/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit_pivot", - "version": "0.2.0", + "version": "0.3.0", "private": true, "type": "module", "scripts": { diff --git a/streamlit_pivot/pyproject.toml b/streamlit_pivot/pyproject.toml index 06b102f..f7617ba 100644 --- a/streamlit_pivot/pyproject.toml +++ b/streamlit_pivot/pyproject.toml @@ -4,7 +4,7 @@ # The Python wrapper must use this exact key in st.components.v2.component(). [project] name = "streamlit-pivot" -version = "0.2.0" +version = "0.3.0" [[tool.streamlit.component.components]] name = "streamlit_pivot"