harsha2010/python-geohash

__version__ not supported?

Closed this issue · 1 comments

What steps will reproduce the problem?
1. geohash.__version__ should return the module version.
2.
3.

What is the expected output? What do you see instead?
'0.8.4', etc.

What version of the product are you using? On what operating system?
'0.8.4'

Please provide any additional information below.
This global module variable is a python convention.

Original issue reported on code.google.com by a...@solarrain.com on 20 Nov 2013 at 6:45

released 0.8.5 with __version__ support.

Original comment by Hiroaki.Kawai@gmail.com on 13 Aug 2014 at 7:26

  • Changed state: Fixed