Skip to content

Commit

Permalink
Fixed TESS example filename
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyRude committed Oct 30, 2018
1 parent e00f029 commit 6e02bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


setup(name = package_name,
version = '1.9.17',
version = '1.9.17post1',
packages = package_list,
zip_safe = False,

Expand Down Expand Up @@ -70,7 +70,7 @@
'examples/Demo_SDSS_Spectra.ipynb',
'examples/Demo_SRTM.ipynb',
'examples/Demo_Sentinel_1.ipynb',
'examples/Demo_TESS_Alert_Data.ipynb',
'examples/Demo_TESS_Data_Alerts.ipynb',
'examples/Demo_TESS_Simulated_Data.ipynb',
'examples/Demo_Traffic_Counts.ipynb',
'examples/Demo_UAVSAR.ipynb',
Expand Down

0 comments on commit 6e02bf7

Please sign in to comment.