diff --git a/e2e_playwright/test-requirements.txt b/e2e_playwright/test-requirements.txt index af09cc2..54de2ff 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.1.0-py3-none-any.whl +dist/streamlit_pivot-0.2.0-py3-none-any.whl streamlit>=1.51.0 diff --git a/pyproject.toml b/pyproject.toml index 088553a..72a4767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta" [project] name = "streamlit-pivot" -version = "0.1.0" +version = "0.2.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 7ae399e..121f733 100644 --- a/streamlit_pivot/frontend/package-lock.json +++ b/streamlit_pivot/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "streamlit_pivot", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "streamlit_pivot", - "version": "0.1.0", + "version": "0.2.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 7b0164d..5b84890 100644 --- a/streamlit_pivot/frontend/package.json +++ b/streamlit_pivot/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit_pivot", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "scripts": { diff --git a/streamlit_pivot/pyproject.toml b/streamlit_pivot/pyproject.toml index c085f4a..06b102f 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.1.0" +version = "0.2.0" [[tool.streamlit.component.components]] name = "streamlit_pivot"