developmentseed / landsat-util

A utility to search, download and process Landsat 8 satellite imagery
Creative Commons Zero v1.0 Universal
689 stars 147 forks source link

Conda forge package lists version 0.13.1 but contains 0.13.0 #251

Open jlengrand opened 6 years ago

jlengrand commented 6 years ago

I originally created the issue https://github.com/conda-forge/landsat_util-feedstock/issues/1 but it seem related to the archive directly :)

I can validate that with my conda environment :

landsat_util 0.13.1 py35_0 conda-forge

But when I check the files (both on the website and those that have been downloaded ) :

.//__init__.py:__version__ = '0.13.0'

This is annoying because in 0.13.0 search is essentially not working (#218)

The latest package tar contains 0.13.0, which explains the issue : https://github.com/developmentseed/landsat-util/archive/v0.13.1.tar.gz

Is it possible to redeploy the package to fix this?