Skip to content

Commit

Permalink
add version back in, increase it to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sethoscope committed Apr 2, 2017
1 parent 0cbb4a1 commit 8ddcf02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heatmap.py
Expand Up @@ -37,6 +37,7 @@
except ImportError:
import pickle

__version__ = '1.13'

class Coordinate(object):
def __init__(self, x, y):
Expand Down Expand Up @@ -1105,6 +1106,8 @@ def _make_argparser(self):
help='Zoom level for OSM; 0 (the default) means autozoom')
parser.add_argument('-v', '--verbose', action='store_true')
parser.add_argument('--debug', action='store_true')
parser.add_argument('--version', action='version',
version='%(prog)s ' + str(__version__))
parser.add_argument(
'files', nargs='*', help='input files', metavar='FILE')
return parser
Expand Down

0 comments on commit 8ddcf02

Please sign in to comment.