We currently only store the version in `setup.py`, which is not very useful. There should be a switch `nbstripout --version` and/or `nbstripout version`. Options for implementing this include: - [Create a `version.py` module and load in `setup.py` via `execfile`](http://stackoverflow.com/a/2073599) (would require turning `nbstripout` into a package) - Use [versioneer](https://github.com/warner/python-versioneer) Any thoughts @mforbes @michaelaye?
We currently only store the version in
setup.py, which is not very useful. There should be a switchnbstripout --versionand/ornbstripout version.Options for implementing this include:
version.pymodule and load insetup.pyviaexecfile(would require turningnbstripoutinto a package)Any thoughts @mforbes @michaelaye?