From bb43e92b50aa8500fc4abbd7c3f74847322e40b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 19 Aug 2025 20:02:38 -0400 Subject: [PATCH] DOC: Add PyPI badge to `README` Add PyPI badge to `README`. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a6641090..9fe9b371 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,10 @@ (`www.nipreps.org `__) for the preprocessing of positron emission tomography (PET) imaging. +.. image:: https://img.shields.io/pypi/v/petprep.svg + :target: https://pypi.python.org/pypi/petprep/ + :alt: Latest Version + .. image:: https://github.com/nipreps/petprep/actions/workflows/tests.yml/badge.svg :target: https://github.com/nipreps/petprep/actions/workflows/tests.yml :alt: Stable tests