Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoZorzetto authored Apr 4, 2018
1 parent 93abdb3 commit 7b91627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

setup(
name='mevpy',
version='v1.0.4',
version='v1.0.5',
description='mevpy package',
author='Enrico Zorzetto',
author_email='[email protected]',
url = 'https://github.com/EnricoZorzetto/mevpy',
download_url = 'https://github.com/EnricoZorzetto/mevpy/archive/v1.0.4.tar.gz',
download_url = 'https://github.com/EnricoZorzetto/mevpy/archive/v1.0.5.tar.gz',
packages=['mevpy'],
install_requires=['matplotlib', 'pandas', 'numpy', 'scipy'],
)
Expand Down

0 comments on commit 7b91627

Please sign in to comment.