jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
915 stars 121 forks source link

Add a __version__ attribute. #73

Closed ChrisBarker-NOAA closed 8 years ago

ChrisBarker-NOAA commented 8 years ago

It's really nice if packages maintain a version attribute -- not strictly required, but a pretty common convention these days.

You might want to use versioneer to keep everyting in sync:

https://github.com/warner/python-versioneer

frewsxcv commented 8 years ago

version 1.3.2 was just released that includes this request