Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod committed May 9, 2021
2 parents b1201dd + 6c51f08 commit 05f9b85
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="flask-geomapper",
version="1.0.0",
version="2.0.0",
author="Aarav Borthakur",
author_email="[email protected]",
description="Visualize Flask request locations cartographically",
Expand All @@ -17,4 +17,4 @@
],
python_requires=">=3.6",
install_requires=["flask", "pandas", "geopandas", "matplotlib", "requests"]
)
)

0 comments on commit 05f9b85

Please sign in to comment.