From 5f2e4c133c600a81f1540f11514422346b525b9d Mon Sep 17 00:00:00 2001 From: Tim Garrett Date: Fri, 3 Nov 2023 21:20:21 -0500 Subject: [PATCH] 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 314fafd..4003fa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies=[ 'chia_rs == 0.2.11' ] name = "fusion-clsp" -version = "1.0.0" +version = "1.0.1" authors = [ { name="Tim Garrett", email="trg83@yahoo.com" }, ]