From 180bf61b58b893dd6b35be535fe9e3e492de445a Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Tue, 16 Apr 2024 12:05:10 -0400 Subject: [PATCH] update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55188858..d538428b 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ print("Precision: ", precision(matching.tp, matching.t, matching.p)) BTK is pip installable, with the following command: ```bash -pip install blending-toolkit==1.0.0b6 +pip install blending-toolkit==1.0.0b7 ``` In case of any issues and for details of required packages, please see the more detailed installation instructions [here](https://lsstdesc.org/BlendingToolKit/install.html).