Skip to content

Commit ed64923

Browse files
committed
changed version
1 parent 215868d commit ed64923

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='irisreader',
7-
version='0.3.1',
7+
version='0.3.2',
88
description='IRISreader is a Python library that allows for efficient browsing through IRIS satellite data in order to simplify machine learning applications',
99
long_description=long_description,
1010
long_description_content_type="text/markdown",
@@ -15,6 +15,6 @@
1515
packages=find_packages(),
1616
package_data={'irisreader': ['data/*.fits', 'data/20140518_151415_3820607204/*.fits', 'data/*.npz'] },
1717
install_requires=['numpy', 'pandas', 'matplotlib', 'astropy', 'scipy', 'scikit-learn', 'requests', 'beautifulsoup4', 'tqdm', 'ipython'],
18-
download_url='https://github.com/i4Ds/IRISreader/archive/v0.3.1.tar.gz',
18+
download_url='https://github.com/i4Ds/IRISreader/archive/v0.3.2.tar.gz',
1919
zip_safe=False)
2020

0 commit comments

Comments
 (0)