Skip to content

Commit 79feb2f

Browse files
committed
Bump the major version number.
1 parent 1f45112 commit 79feb2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

missingno/_version.py

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

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.4.4', # note to self: also update the one is the source!
9+
version='0.5.0', # 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='aleksey.bilogur@gmail.com',
1313
url='https://github.com/ResidentMario/missingno',
14-
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.4',
14+
download_url='https://github.com/ResidentMario/missingno/tarball/0.5.0',
1515
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
1616
'jupyter'],
1717
classifiers=[]

0 commit comments

Comments
 (0)