Skip to content

Commit

Permalink
Version 0.5 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch authored Feb 9, 2022
1 parent 2a9e7fa commit 5fef25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 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.4.0",
version="0.5.0",
author="Randy Zwitch",
author_email="randy@streamlit.io",
description="Render Folium objects in Streamlit",
Expand All @@ -12,6 +12,6 @@
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[],
python_requires=">=3.6",
install_requires=["streamlit>=0.79", "folium>=0.11"],
python_requires=">=3.7",
install_requires=["streamlit>=1.2", "folium>=0.11"],
)

This file was deleted.

0 comments on commit 5fef25b

Please sign in to comment.