Skip to content

Commit 2da7dc7

Browse files
Bump version number. (#280)
1 parent 84afb4c commit 2da7dc7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.5.0'
29+
release = '0.5.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

geoplot/geoplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import geoplot.crs as gcrs
2424
from .ops import QuadTree, build_voronoi_polygons, jitter_points
2525

26-
__version__ = "0.5.0"
26+
__version__ = "0.5.1"
2727

2828

2929
class HueMixin:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
'develop': [*doc_requires, *test_requires, 'pylint'],
2222
},
2323
py_modules=['geoplot', 'crs', 'utils', 'ops'],
24-
version='0.5.0',
24+
version='0.5.1',
2525
python_requires='>=3.7.0',
2626
description='High-level geospatial plotting for Python.',
2727
author='Aleksey Bilogur',
2828
author_email='aleksey.bilogur@gmail.com',
2929
url='https://github.com/ResidentMario/geoplot',
30-
download_url='https://github.com/ResidentMario/geoplot/tarball/0.5.0',
30+
download_url='https://github.com/ResidentMario/geoplot/tarball/0.5.1',
3131
keywords=[
3232
'data', 'data visualization', 'data analysis', 'data science', 'pandas', 'geospatial data',
3333
'geospatial analytics'

0 commit comments

Comments
 (0)