File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ Process
19
19
20
20
- Review and update ``doc/release_notes.rst ``.
21
21
22
- - Update ``__version__ `` in ``numpydoc/__init__ .py ``.
22
+ - Update ``__version__ `` in ``numpydoc/_version .py ``.
23
23
24
24
- Commit changes::
25
25
26
- git add numpydoc/__init__ .py doc/release_notes.rst
26
+ git add numpydoc/_version .py doc/release_notes.rst
27
27
git commit -m 'Designate <version> release'
28
28
29
29
- Add the version number (e.g., `v1.2.0 `) as a tag in git::
@@ -50,10 +50,10 @@ Process
50
50
python -m build --sdist --wheel
51
51
twine upload -s dist/*
52
52
53
- - Update ``__version__ `` in ``numpydoc/__init__ .py ``.
53
+ - Update ``__version__ `` in ``numpydoc/_version .py ``.
54
54
55
55
- Commit changes::
56
56
57
- git add numpydoc/__init__ .py
57
+ git add numpydoc/_version .py
58
58
git commit -m 'Bump version'
59
59
git push origin main
You can’t perform that action at this time.
0 commit comments