Skip to content

Commit

Permalink
Set version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gadhagod authored May 9, 2021
1 parent 4876ce7 commit 6c51f08
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 6c51f08

Please sign in to comment.