From a4ae5b099abae4553364e8a3465cf5dd425e8e9d Mon Sep 17 00:00:00 2001 From: Steve Bunting Date: Fri, 23 Aug 2024 10:29:27 -0700 Subject: [PATCH] release 2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9f8595..0a796c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "supergood" description = "The Python client for Supergood" readme = "README.md" -version= "2.1.0" +version= "2.1.1" requires-python = ">=3.7" authors = [ { name = "Alex Klarfeld" },