Skip to content
Snippets Groups Projects
Commit da24c3bb authored by (no author)'s avatar (no author)
Browse files

changing the version number to reflect major changes

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@13 8a9318a1-56ba-4d59-b755-99d26321be01
parent dadbd7c3
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,9 @@ python -m glance.compare plotDiffs A.hdf B.hdf [optional output path] ...@@ -88,6 +88,9 @@ python -m glance.compare plotDiffs A.hdf B.hdf [optional output path]
parser.add_option('-r', '--reportonly', dest="htmlOnly", parser.add_option('-r', '--reportonly', dest="htmlOnly",
action="store_true", default=False, action="store_true", default=False,
help="generate only html report files (no images)") help="generate only html report files (no images)")
# this option will be added in the future
# parser.add_option('-c', '--configfile', dest="configFile", type='string',
# help="set optional configuration file")
options, args = parser.parse_args() options, args = parser.parse_args()
......
...@@ -18,7 +18,7 @@ easy_install -d $HOME/Library/Python -vi http://larch.ssec.wisc.edu/eggs/repos g ...@@ -18,7 +18,7 @@ easy_install -d $HOME/Library/Python -vi http://larch.ssec.wisc.edu/eggs/repos g
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( name="glance", setup( name="glance",
version="0.2.5.1", version="0.2.6",
zip_safe = True, zip_safe = True,
entry_points = { 'console_scripts': [ 'glance = glance.compare:main' ] }, entry_points = { 'console_scripts': [ 'glance = glance.compare:main' ] },
packages = find_packages('.'), packages = 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