From 5ba9eb94d3dfd4334f1d2e56db46cbf51c4a9294 Mon Sep 17 00:00:00 2001 From: Randy Zwitch Date: Tue, 18 Jun 2024 12:22:00 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b235de0..c4a84e8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="streamlit_folium", - version="0.20.0", + version="0.20.1", author="Randy Zwitch", author_email="rzwitch@gmail.com", description="Render Folium objects in Streamlit",