Skip to content

Commit

Permalink
Fix setup version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Oct 25, 2016
1 parent bfb4585 commit 247015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
packages = ['missingno'], # this must be the same as the name above
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
py_modules=['missingno'],
version = '0.2.4',
version = '0.3.0',
description = 'Missing data visualization module for Python.',
author = 'Aleksey Bilogur',
author_email = 'aleksey.bilogur@gmail.com',
Expand Down

0 comments on commit 247015d

Please sign in to comment.