From 2f0a868f9c909e90a64e5e5a33708b374835d97e Mon Sep 17 00:00:00 2001 From: Zachary Smith <22395357+Cutwell@users.noreply.github.com> Date: Sun, 16 Apr 2023 02:15:19 +0100 Subject: [PATCH] added pypi version badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a11d5c6..6fc9b5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Python Web I/O Generate a webpage as a GUI for a Python script, and serve from anywhere. +![PyPI](https://img.shields.io/pypi/v/python-web-io?style=flat-square) + ## Install ``` $ pip install python-web-io