Skip to content

Commit 2d943ae

Browse files
Bump version to 0.5.0
Co-authored-by: Maya Barnes <maya8617@gmail.com>
1 parent b865ffd commit 2d943ae

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
@@ -7,5 +7,5 @@ pytest-xdist
77
requests>=2.31.0
88
pandas>=1.5
99

10-
dist/streamlit_pivot-0.4.0-py3-none-any.whl
10+
dist/streamlit_pivot-0.5.0-py3-none-any.whl
1111
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.4.0"
21+
version = "0.5.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.4.0",
3+
"version": "0.5.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.4.0"
7+
version = "0.5.0"
88

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

0 commit comments

Comments
 (0)