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 6, 2024
1 parent 5e8e903 commit 822a381
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit==1.31.0
streamlit-navigation-bar==3.1.0
streamlit==1.33.0
streamlit-navigation-bar==3.1.1
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.0",
version="3.1.1",
author="Gabriel Tem Pass",
author_email="[email protected]",
description="A component that allows you to place a navigation bar in your Streamlit app.",
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.0",
"version": "3.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 822a381

Please sign in to comment.