Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltempass committed Apr 19, 2024
1 parent 832cadf commit 8915efa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit==1.33.0
streamlit-navigation-bar==3.1.1
streamlit-navigation-bar==3.1.2
2 changes: 1 addition & 1 deletion 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.1",
version="3.1.2",
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
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.1",
"version": "3.1.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8915efa

Please sign in to comment.