Skip to content

Commit

Permalink
Update setup.py (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch authored Sep 30, 2024
1 parent 6382e45 commit bf043b5
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 @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit_folium",
version="0.22.1",
version="0.23.0",
author="Randy Zwitch",
author_email="[email protected]",
description="Render Folium objects in Streamlit",
Expand All @@ -12,6 +12,6 @@
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[],
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=["streamlit>=1.13.0", "folium>=0.13,!=0.15.0", "jinja2", "branca"],
)

0 comments on commit bf043b5

Please sign in to comment.