From 7cb442fac9be52a0f5e1920f3079f46fb58a9af7 Mon Sep 17 00:00:00 2001 From: Thomas Boggs Date: Sun, 5 Jan 2014 17:29:38 -0500 Subject: [PATCH] Updated version to 0.13. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 1ba1a08..74dd35e 100644 --- a/setup.py +++ b/setup.py @@ -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',