Skip to content

Commit

Permalink
Updated version to 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Jan 5, 2014
1 parent 702ff00 commit 7cb442f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

long_description = '''
Spectral Python (SPy) is a pure Python module for processing hyperspectral
image data. SPy has functions for reading, displaying, manipulating, and
classifying hyperspectral imagery. SPy can be used interactively from the
image data. It has functions for reading, displaying, manipulating, and
classifying hyperspectral imagery. It can be used interactively from the
Python command prompt or via Python scripts. SPy is free, open source software
distributed under the GNU General Public License.'''

setup(name='spectral',
version='0.12',
version='0.13',
description='Spectral Python (SPy) is a Python module for hyperspectral image processing.',
long_description=long_description,
author='Thomas Boggs',
Expand Down

0 comments on commit 7cb442f

Please sign in to comment.