From 48cae9c6a7555b8be3c8776696c8f652f83cd566 Mon Sep 17 00:00:00 2001 From: Scisco Date: Thu, 28 Aug 2014 11:19:24 -0400 Subject: [PATCH] updated brew and setup --- Formula/landsat-util.rb | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/landsat-util.rb b/Formula/landsat-util.rb index 89a526e..f71b055 100644 --- a/Formula/landsat-util.rb +++ b/Formula/landsat-util.rb @@ -4,6 +4,7 @@ class LandsatUtil < Formula homepage "http://www.developmentseed.org" url "https://github.com/developmentseed/landsat-util/archive/v0.1.0.tar.gz" sha1 "522e460c7cb8c229c3bf4e3d965b0c9f5924c1e9" + head "https://github.com/developmentseed/landsat-util.git", :branch => 'image' depends_on "gdal" depends_on "imagemagick" diff --git a/setup.py b/setup.py index 9eff5ad..72267f7 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def readme(): return f.read() setup(name="landsat", - version='0.1.0', + version='0.2.0', description="A utility to search, download and process Landsat 8" + " satellite imagery", long_description=readme(),