-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
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.pymodule and load insetup.pyviaexecfile(would require turningnbstripoutinto a package) - Use versioneer
Any thoughts @mforbes @michaelaye?