Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 9, 2019
1 parent 48d2f06 commit 1c69ec9
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.1'
__version__ = '0.4.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
install_requires=['numpy', 'matplotlib', 'scipy', 'seaborn'],
extras_require={'tests': ['pytest', 'pytest-mpl']},
py_modules=['missingno'],
version='0.4.1', # note to self: also update the one is the source!
version='0.4.2', # 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.1',
download_url='https://github.com/ResidentMario/missingno/tarball/0.4.2',
keywords=['data', 'data visualization', 'data analysis', 'missing data', 'data science', 'pandas', 'python',
'jupyter'],
classifiers=[]
Expand Down

0 comments on commit 1c69ec9

Please sign in to comment.