Skip to content

Commit

Permalink
Bump the major version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 4, 2021
1 parent 1f45112 commit 79feb2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion missingno/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.4'
__version__ = '0.5.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
extras_require={'tests': ['pytest', 'pytest-mpl']},
py_modules=['missingno'],
version='0.4.4', # note to self: also update the one is the source!
version='0.5.0', # note to self: also update the one is the source!
description='Missing data visualization module for Python.',
author='Aleksey Bilogur',
author_email='aleksey.bilogur@gmail.com',
url='https://github.com/ResidentMario/missingno',
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.4',
download_url='https://github.com/ResidentMario/missingno/tarball/0.5.0',
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
'jupyter'],
classifiers=[]
Expand Down

0 comments on commit 79feb2f

Please sign in to comment.