Skip to content

Commit 1aba6c0

Browse files
committed
Bump version to 0.1.0
1 parent a3aabcb commit 1aba6c0

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

e2e_playwright/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pytest-xdist
66
requests>=2.31.0
77
pandas>=1.5
88

9-
dist/streamlit_pivot-0.0.0-py3-none-any.whl
9+
dist/streamlit_pivot-0.1.0-py3-none-any.whl
1010
streamlit>=1.51.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build-backend = "setuptools.build_meta"
1818

1919
[project]
2020
name = "streamlit-pivot"
21-
version = "0.0.0"
21+
version = "0.1.0"
2222
description = "BI-focused pivot table component for Streamlit"
2323
readme = "README.md"
2424
license = "Apache-2.0"

streamlit_pivot/frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

streamlit_pivot/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "streamlit_pivot",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

streamlit_pivot/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The Python wrapper must use this exact key in st.components.v2.component().
55
[project]
66
name = "streamlit-pivot"
7-
version = "0.0.0"
7+
version = "0.1.0"
88

99
[[tool.streamlit.component.components]]
1010
name = "streamlit_pivot"

0 commit comments

Comments
 (0)