From da76317fd58c3402b95279ca5452784f27a1f046 Mon Sep 17 00:00:00 2001 From: Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:45:05 +0200 Subject: [PATCH] docs: add PyPI version badge Add shields.io badge to show current PyPI package version in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 545f074..408d12b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # pyfsq +[![PyPI version](https://img.shields.io/pypi/v/pyfsq.svg)](https://pypi.org/project/pyfsq/) + Python-based FSQ API designed for transferring data to a FSQ server and simple console client for demonstrating how to use the API.