Skip to content

Commit

Permalink
Docs: Update dev checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Jun 2, 2021
1 parent 9287cb5 commit 81581bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rst/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Publishing

.. code:: bash
gh release create v$(python3 -c "import pinttr; print(pinttr.__version__)")
gh release create v$(python3 -c "import dessinemoi; print(dessinemoi.__version__)")
Feel free to add more options to the command if relevant.
5. [Optional] Bump the version number to the next relevant value.
Expand Down

0 comments on commit 81581bf

Please sign in to comment.