From f830bbd9b3e27d292de2dddae88330f33b426c07 Mon Sep 17 00:00:00 2001 From: Adon Metcalfe Date: Tue, 26 Mar 2024 12:02:09 +0800 Subject: [PATCH] Include pretty version badge --- README.md | 3 +++ nbs/index.ipynb | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 56284fe..ba8b994 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ ## Install +[![Python Packaging Index - +Version](https://img.shields.io/pypi/v/nbdev-squ.png)](https://pypi.org/project/nbdev-squ/) + Below is how to install in a plain python 3.11+ environment ``` sh diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 03975a6..38f515b 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -25,6 +25,8 @@ "source": [ "## Install\n", "\n", + "[![Python Packaging Index - Version](https://img.shields.io/pypi/v/nbdev-squ)](https://pypi.org/project/nbdev-squ/)\n", + "\n", "Below is how to install in a plain python 3.11+ environment\n", "\n", "```sh\n",