Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Forget committed Apr 13, 2018
1 parent a5c682c commit 6ab907a
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 @@ -10,7 +10,7 @@

setup(
name='landsatxplore',
version='0.0.1',
version='0.0.3',
description='Search and download Landsat scenes from EarthExplorer.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -28,7 +28,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='remote_sensing landsat satellite earth_observation',
keywords=['earth observation', 'remote sensing', 'satellite imagery', 'landsat'],
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
install_requires=[
'requests',
Expand Down

0 comments on commit 6ab907a

Please sign in to comment.