Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltempass committed Mar 3, 2024
1 parent 7721f16 commit f612706
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="1.1.2",
version="2.0.0",
author="Gabriel Tem Pass",
author_email="[email protected]",
description="A Streamlit component that allows you to place a navigation bar in your Streamlit app.",
Expand All @@ -20,13 +20,13 @@
],
include_package_data=True,
package_data={
"streamlit_navigation_bar": ["adjustments.html"],
"streamlit_navigation_bar": ["templates/*.css"],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
"streamlit >= 1.30",
],
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": "1.1.2",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit f612706

Please sign in to comment.