Version
-------

- Update version in the following files:
    - setup.py
    - avpy/avMedia.py
    - CHANGES.txt
    - docs/source/conf.py

Version spec
------------

https://www.python.org/dev/peps/pep-0440

Pypi release
------------

git tag -a v0.1.2 -m "v0.1.2"
git push origin v0.1.2

python setup.py sdist upload -r pypi

(see http://peterdowns.com/posts/first-time-with-pypi.html)

