From 59983d4821d2faf6ae4b03fdda931197557a01fe Mon Sep 17 00:00:00 2001 From: "Brent M. Spell" Date: Fri, 21 Jun 2024 16:43:25 -0400 Subject: [PATCH] use shields.io for pypi badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcfa0c..54d616b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package implements a framework for streaming 1D convolutions in PyTorch without padding or pseudo-streaming/cross-fading. ## Status -[![PyPI](https://badge.fury.io/py/torch-streamer.svg)](https://badge.fury.io/py/torch-streamer) +[![PyPI](https://img.shields.io/pypi/v/torch-streamer.svg)](https://pypi.org/project/torch-streamer) [![Tests](https://github.com/brentspell/torch-streamer/actions/workflows/test.yml/badge.svg)](https://github.com/brentspell/torch-streamer/actions/workflows/test.yml) [![Coveralls](https://coveralls.io/repos/github/brentspell/torch-streamer/badge.svg?branch=main)](https://coveralls.io/github/brentspell/torch-streamer?branch=main) [![Docs](https://readthedocs.org/projects/torch-streamer/badge/?version=latest)](https://torch-streamer.readthedocs.io/en/latest/?badge=latest)