Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltempass committed May 5, 2024
1 parent be88951 commit f6cd704
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="streamlit-navigation-bar",
version="3.1.2",
version="3.2.0",
description="A component that allows you to place a navigation bar in your Streamlit app.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
python_requires=">=3.8",
install_requires=[
"streamlit >= 1.29.0, != 1.32.2", # Navbar doesn't work with 1.32.2
"st-theme >= 1.2.2",
"streamlit >= 1.33.0",
"st-theme >= 1.2.3",
],
)
4 changes: 2 additions & 2 deletions streamlit_navigation_bar/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion streamlit_navigation_bar/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit-navigation-bar",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit f6cd704

Please sign in to comment.