install versioneer
try it in action via
python setup.py version
python setup.py sdist
python -c "import demessaging; print(demessaging.__version__)"
Note that tags must be prepended by a v
to make it work. @daniel-eggert, please merge this if everything works for you and there are no remaining questions or issues.
closes #21 (closed)