Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed May 10, 2018
1 parent 1f6996d commit f4ad2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planetutils/elevation_tile_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
parser.add_argument('--verbose', help="Verbose output", action='store_true')
args = parser.parse_args()

if args.verbose:
if args.verbose:
log.set_verbose()

p = ElevationDownloader(args.outpath)
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='interline-planetutils',
version='0.2.6',
version='0.2.8-rc1',
description='Interline PlanetUtils',
long_description=long_description,
url='https://github.com/interline-io/planetutils',
Expand Down

0 comments on commit f4ad2b6

Please sign in to comment.