Skip to content

Commit

Permalink
Set flags for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Feb 13, 2018
1 parent 3eb8341 commit 74f1e47
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.3.8'
__version__ = '0.4.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
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.8', # note to self: also update the one is the source!
version='0.4.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.3.8',
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.0',
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
'jupyter'],
classifiers=[]
Expand Down

0 comments on commit 74f1e47

Please sign in to comment.