X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=erange.git;a=blobdiff_plain;f=colsum.py;fp=colsum.py;h=f6d1ff968c5260e35e876fb79a82ac201b088585;hp=703bd5ce47ae4b136321c42a6debe8f6b7908d01;hb=0d3e3112fd04c2e6b44a25cacef1d591658ad181;hpb=5e4ae21098dba3d1edcf11e7279da0d84c3422e4 diff --git a/colsum.py b/colsum.py index 703bd5c..f6d1ff9 100755 --- a/colsum.py +++ b/colsum.py @@ -4,7 +4,7 @@ def main(argv=None): if not argv: argv = sys.argv - print "version 1.2" + print "colsum: version 1.3" if len(argv) < 3: print "usage: python %s field filename" % argv[0] print "\n\tfields are counted starting at zero.\n"