Skip to content

Commit cf7df64

Browse files
Update setup.py
updated to v1.0.4
1 parent a27eb6b commit cf7df64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
setup(
66
name='mevpy',
7-
version='1.03',
7+
version='v1.0.4',
88
description='mevpy package',
99
author='Enrico Zorzetto',
1010
author_email='[email protected]',
1111
url = 'https://github.com/EnricoZorzetto/mevpy',
12-
download_url = 'https://github.com/EnricoZorzetto/mevpy/archive/1.03.tar.gz',
12+
download_url = 'https://github.com/EnricoZorzetto/mevpy/archive/v1.0.4.tar.gz',
1313
packages=['mevpy'],
1414
install_requires=['matplotlib', 'pandas', 'numpy', 'scipy'],
1515
)

0 commit comments

Comments
 (0)