diff --git a/pyglance/glance/io.py b/pyglance/glance/io.py
index 13a1652295eb5d076fd2092b5507faf7e56f85cc..26b94535000cd06bf203dcbfd95a5afe212947ac 100644
--- a/pyglance/glance/io.py
+++ b/pyglance/glance/io.py
@@ -587,7 +587,7 @@ class nc (object):
             LOG.warn("Data type for new variable (" + variablename + ") could not be determined. " +
                      "Skipping generation of new variable.")
             return None
-        
+
         # TODO, the type managment here is going to cause problems with larger floats, review this
         dataType = None
         if numpy.issubdtype(data.dtype, int) :
diff --git a/pyglance/setup.py b/pyglance/setup.py
index 79de7322ba9b94603b85b207a286be556d6181f5..26a740e72fbac6264574c9992594626de33e0659 100644
--- a/pyglance/setup.py
+++ b/pyglance/setup.py
@@ -22,7 +22,7 @@ easy_install -U -vi http://larch.ssec.wisc.edu/eggs/repos uwglance
 from setuptools import setup, find_packages
 
 setup( name="uwglance", 
-       version="0.5.0",
+       version="0.5.1",
        zip_safe = False,
        entry_points = { 'console_scripts': [ 'glance = glance.compare:main' ] },
        packages = ['glance'], #find_packages('.'),