Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 4, 2021
1 parent 8f3ea7b commit da6e7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geoplot/geoplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .ops import QuadTree, build_voronoi_polygons, jitter_points

__version__ = "0.4.2"
__version__ = "0.4.3"
MATPLOTLIB_DOCS_VERSION = "3.2.1" # used in some docstrings


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
'sphinx_rtd_theme', 'mplleaflet'
]},
py_modules=['geoplot', 'crs', 'utils', 'ops'],
version='0.4.2',
version='0.4.3',
python_requires='>=3.6.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.4.2',
download_url='https://github.com/ResidentMario/geoplot/tarball/0.4.3',
keywords=[
'data', 'data visualization', 'data analysis', 'data science', 'pandas', 'geospatial data',
'geospatial analytics'
Expand Down

0 comments on commit da6e7ec

Please sign in to comment.