diff --git a/.github/assets/logo.png b/.github/assets/logo.png new file mode 100644 index 0000000..c1ae138 Binary files /dev/null and b/.github/assets/logo.png differ diff --git a/README.rst b/README.rst index 0fc701e..5c494fc 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,8 @@ poetry-bumpversion #################### +| |logo| + The ``poetry version`` command only updates version in ``pyproject.toml`` file. This plugin updates version in other files when ``poetry version `` command is executed. @@ -93,6 +95,9 @@ This project is licensed under MIT License - see the `LICENSE `_ file for details. +.. |logo| image:: https://github.com/monim67/poetry-bumpversion/blob/main/.github/assets/logo.png?raw=true + :alt: Logo + .. |build-status| image:: https://github.com/monim67/poetry-bumpversion/actions/workflows/build.yml/badge.svg?event=push :target: https://github.com/monim67/poetry-bumpversion/actions/workflows/build.yml :alt: Build Status