From ed3b22b883315465db844d49000357f3783b6b68 Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Sun, 12 Nov 2023 15:09:48 -0500 Subject: [PATCH] chore(release): 2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0960221..e835889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "2.1.0" +version = "2.1.1" description = "Opinionated mocking library for Python" authors = ["Michael Cousins "] license = "MIT"