Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwyler committed Apr 12, 2021
1 parent 215868d commit ed64923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

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

0 comments on commit ed64923

Please sign in to comment.