Skip to content

Commit

Permalink
Uploading to PyPi blows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Oct 25, 2016
1 parent c0338ad commit b9c21ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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.0',
version = '0.3.1',
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.2.4',
download_url = 'https://github.com/ResidentMario/missingno/tarball/0.3.1',
keywords = ['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
'jupyter'],
classifiers = [],
Expand Down

0 comments on commit b9c21ba

Please sign in to comment.