Skip to content

Commit 570fa08

Browse files
committed
Bump version.
1 parent ead5a06 commit 570fa08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

missingno/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.5.2'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
77
extras_require={'tests': ['pytest', 'pytest-mpl']},
88
py_modules=['missingno'],
9-
version='0.5.1', # note to self: also update the one is the source!
9+
version='0.5.2', # note to self: also update the one is the source!
1010
description='Missing data visualization module for Python.',
1111
author='Aleksey Bilogur',
1212
author_email='[email protected]',
1313
url='https://github.com/ResidentMario/missingno',
14-
download_url='https://github.com/ResidentMario/missingno/tarball/0.5.1',
14+
download_url='https://github.com/ResidentMario/missingno/tarball/0.5.2',
1515
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
1616
'jupyter'],
1717
classifiers=[]

0 commit comments

Comments
 (0)