Skip to content

Commit

Permalink
update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrathc committed Oct 24, 2022
1 parent b86983a commit 799f399
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .visualization import *

# Set the current version of TELL:
__version__ = '0.1.5'
__version__ = '1.0.0'
3 changes: 2 additions & 1 deletion tell/install_forcing_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class InstallForcingSample:
'0.1.2': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.3': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.4': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'0.1.5': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'}
'0.1.5': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1',
'1.0.0': 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'}

DEFAULT_VERSION = 'https://zenodo.org/record/6354665/files/sample_forcing_data.zip?download=1'

Expand Down
3 changes: 2 additions & 1 deletion tell/install_quickstarter_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class InstallQuickstarterData:
'0.1.2': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1',
'0.1.3': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1',
'0.1.4': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1',
'0.1.5': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1',}
'0.1.5': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1',
'1.0.0': 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1'}

DEFAULT_VERSION = 'https://zenodo.org/record/6804242/files/tell_quickstarter_data.zip?download=1'

Expand Down
3 changes: 2 additions & 1 deletion tell/install_raw_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class InstallRawData:
'0.1.2': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.3': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.4': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'0.1.5': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'}
'0.1.5': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1',
'1.0.0': 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'}

DEFAULT_VERSION = 'https://zenodo.org/record/6378036/files/tell_raw_data.zip?download=1'

Expand Down

0 comments on commit 799f399

Please sign in to comment.