Skip to content

Commit

Permalink
Delete models_v05 when downloading models_v06
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-muthukrishna committed Sep 14, 2018
1 parent 7a4fcbd commit 2017941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astrodash/download_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def delete_previous_versions(oldFilenames, scriptDirectory):
def download_all_files(zipVersion):
scriptDirectory = os.path.dirname(os.path.abspath(__file__))

oldFilenames = ['models_v01.zip', 'models_v02.zip', 'models_v03.zip', 'models_v04.zip']
oldFilenames = ['models_v01.zip', 'models_v02.zip', 'models_v03.zip', 'models_v04.zip', 'models_v05.zip']

delete_previous_versions(oldFilenames, scriptDirectory)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = f.read()

setup(name='astrodash',
version='1.0.7',
version='1.0.8',
description='Deep Learning for Automated Spectral Classification of Supernovae',
long_description=long_description,
url='https://github.com/daniel-muthukrishna/DASH',
Expand Down

0 comments on commit 2017941

Please sign in to comment.