Skip to content

Commit

Permalink
Bump version number. (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario authored Mar 18, 2022
1 parent 84afb4c commit 2da7dc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion geoplot/geoplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import geoplot.crs as gcrs
from .ops import QuadTree, build_voronoi_polygons, jitter_points

__version__ = "0.5.0"
__version__ = "0.5.1"


class HueMixin:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
'develop': [*doc_requires, *test_requires, 'pylint'],
},
py_modules=['geoplot', 'crs', 'utils', 'ops'],
version='0.5.0',
version='0.5.1',
python_requires='>=3.7.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.5.0',
download_url='https://github.com/ResidentMario/geoplot/tarball/0.5.1',
keywords=[
'data', 'data visualization', 'data analysis', 'data science', 'pandas', 'geospatial data',
'geospatial analytics'
Expand Down

0 comments on commit 2da7dc7

Please sign in to comment.