From e6ddc2e715b15b74d9a12b762abd2cc775a8c65d Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:51:49 -0400 Subject: [PATCH] add pypi badge --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 9de8b4f9b..528d5f4f6 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,9 @@ A project with similar aims but for neuroimaging file formats is `NiBabel`_. Code status ----------- +.. image:: https://img.shields.io/pypi/v/neo.svg + :target: https://pypi.python.org/pypi/neo + :alt: PyPI Release Version .. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/core-test.yml/badge.svg?event=push&branch=master :target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster :alt: Core Test Status (Github Actions)