Skip to content

Commit

Permalink
bump minimum streamlit version to support st.rerun()
Browse files Browse the repository at this point in the history
  • Loading branch information
hoggatt authored Aug 2, 2024
1 parent b0ae2aa commit b61f67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="st-combobox",
version="1.1.1",
version="1.2.0",
author="hoggatt",
description="Streamlit AutoComplete ComboBox",
long_description=long_description,
Expand All @@ -20,7 +20,7 @@
},
python_requires=">=3.7",
install_requires=[
"streamlit >= 1.0",
"streamlit >= 1.27.0",
],
extras_require={
"tests": ["wikipedia"],
Expand Down

0 comments on commit b61f67b

Please sign in to comment.