Turbo87 / utm

Bidirectional UTM-WGS84 converter for python

Home Page:http://pypi.python.org/pypi/utm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__version__

senyai opened this issue · comments

__version__ is a convenient way to find a module's version.

>>> import numpy as np
>>> np.__version__
'1.15.1'

>>> import utm
>>> utm.__version__
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'utm' has no attribute '__version__'

utm is lacking that attribute.