diff --git a/setup.py b/setup.py index 847d74f..594afe0 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ packages = ['missingno'], # this must be the same as the name above install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'], py_modules=['missingno'], - version = '0.3.6', # note to self: also update the one is the source! + version = '0.3.7', # 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.3.6', + download_url = 'https://github.com/ResidentMario/missingno/tarball/0.3.7', keywords = ['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python', 'jupyter'], classifiers = [],