hadiasghari / pyasn

Python IP address to Autonomous System Number lookup module. (Supports fast local lookups, and historical lookups using archived BGP dumps.)
Other
294 stars 72 forks source link

pyasn.__version__ returns incorrect version #7

Closed hadiasghari closed 10 years ago

hadiasghari commented 10 years ago

import pyasn pyasn.version '5.0.6'

Should return 1.5.xxx not sure where this strange number is coming frame; perhaps a string/tuple/thing. To check.

anoroozian commented 10 years ago

Fixed