Skip to content
Snippets Groups Projects
Commit 60854616 authored by Eva Schiffer's avatar Eva Schiffer
Browse files

updating version

parent e29a7eec
No related branches found
No related tags found
No related merge requests found
......@@ -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) :
......
......@@ -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('.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment