Skip to content

Commit

Permalink
Fix version bump instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 18, 2024
1 parent e4be870 commit c098ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ To update the project to a new version, run of the following

.. code-block:: shell
bumpver --update patch
bumpver --update minor
bumpver --update major
bumpver update --patch
bumpver update --minor
bumpver update --major
This will create a tagged commit that updates the source (i.e., `__version__`) with the new version number

Expand Down

0 comments on commit c098ec5

Please sign in to comment.