Skip to content

Commit

Permalink
To 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Oct 15, 2017
1 parent 85298d7 commit 31a2259
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 @@ -4,12 +4,12 @@
packages = ['geoplot'], # this must be the same as the name above
install_requires=['matplotlib', 'seaborn', 'pandas', 'geopandas', 'cartopy'],
py_modules=['geoplot', 'crs', 'utils', 'quad'],
version = '0.0.7',
version = '0.1.0',
description = 'High-level geospatial plotting for Python.',
author = 'Aleksey Bilogur',
author_email = '[email protected]',
url = 'https://github.com/ResidentMario/geoplot',
download_url = 'https://github.com/ResidentMario/geoplot/tarball/0.0.7',
download_url = 'https://github.com/ResidentMario/geoplot/tarball/0.1.0',
keywords = ['data', 'data visualization', 'data analysis', 'data science', 'pandas', 'geospatial data',
'geospatial analytics'],
classifiers = [],
Expand Down

0 comments on commit 31a2259

Please sign in to comment.