diff --git a/requirements.txt b/requirements.txt index cf8c4a8..8de1a14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ streamlit>=1.2.0 -streamlit-keyup>=0.1.5 +streamlit-keyup>=0.1.9 jinja2 diff --git a/setup.py b/setup.py index c8fabcd..597e795 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="streamlit-keyup", - version="0.1.8", + version="0.1.9", author="Zachary Blackwood", author_email="zachary@streamlit.io", description="Text input that renders on keyup",