niolabs / python-xbee

Python tools for working with XBee radios
MIT License
101 stars 45 forks source link

Make versioning work in __init__.py #40

Closed mattdodge closed 7 years ago

mattdodge commented 7 years ago

This will let us keep the version information in the module's __init__.py file as the single source of truth. Doing this prevents version numbers from getting out of sync (i.e. setup.py updated but __init__.py not) and also lets the users of the module see the version number in a standard Python fashion.