From f209fc4d24a35f6bcce921b63ee08cc2742335f5 Mon Sep 17 00:00:00 2001 From: snake-biscuits <36507175+snake-biscuits@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:12:45 +0100 Subject: [PATCH] (#88) updating version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8baf3ed3..1f6cfe7b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use the latest version, clone from git: $ git clone git@github.com:snake-biscuits/bsp_tool.git ``` -Or to use the latest stable release (0.3.1), install via [pip](https://pypi.org/project/bsp-tool/) (Python 3.7+): +Or to use the latest stable release (0.4.0), install via [pip](https://pypi.org/project/bsp-tool/) (Python 3.7-10): ``` pip install bsp_tool ```