File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Process
1919
2020- Review and update ``doc/release_notes.rst ``.
2121
22- - Update ``__version__ `` in ``numpydoc/__init__ .py ``.
22+ - Update ``__version__ `` in ``numpydoc/_version .py ``.
2323
2424- Commit changes::
2525
26- git add numpydoc/__init__ .py doc/release_notes.rst
26+ git add numpydoc/_version .py doc/release_notes.rst
2727 git commit -m 'Designate <version> release'
2828
2929- Add the version number (e.g., `v1.2.0 `) as a tag in git::
@@ -50,10 +50,10 @@ Process
5050 python -m build --sdist --wheel
5151 twine upload -s dist/*
5252
53- - Update ``__version__ `` in ``numpydoc/__init__ .py ``.
53+ - Update ``__version__ `` in ``numpydoc/_version .py ``.
5454
5555- Commit changes::
5656
57- git add numpydoc/__init__ .py
57+ git add numpydoc/_version .py
5858 git commit -m 'Bump version'
5959 git push origin main
You can’t perform that action at this time.
0 commit comments