From c4b0a22f0c8012bad5269c371259f7c6b3d7c740 Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Wed, 31 Aug 2022 12:17:46 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d8f8d1..a88f354 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="streamlit-keyup", - version="0.1.4", + version="0.1.5", author="Zachary Blackwood", author_email="zachary@streamlit.io", description="Text input that renders on keyup",