Skip to content
Snippets Groups Projects
Commit 65ee34ea authored by Rob Moss's avatar Rob Moss
Browse files

Fix the path to version.py in the release process

parent f7128929
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ tagging the relevant commit with the new version number.
.. code-block:: shell
git add NEWS.rst doc/conf.py pypfilt/version.py setup.cfg
git add NEWS.rst doc/conf.py src/pypfilt/version.py setup.cfg
git commit -m "Release pypfilt X.Y.Z"
* Tag this commit ``X.Y.Z``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment