We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178f9ae commit 1e84db2Copy full SHA for 1e84db2
1 file changed
CONTRIBUTING.rst
@@ -156,7 +156,7 @@ Releasing to Pypi
156
2. ``git pull origin master``
157
3. Update ``CHANGELOG.rst`` with the new version number.
158
4. Update the ``release`` variable in ``docs/conf.py`` with the new version number.
159
-5. Update the ``__version__`` variable in ``src/grimp/__init__.py` with the new version number.
+5. Update the ``__version__`` variable in ``src/grimp/__init__.py`` with the new version number.
160
6. Update ``project.version`` in ``pyproject.toml`` with the new version number.
161
7. ``git commit -am "Release v{new version number"``
162
8. ``git push``
0 commit comments