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"