From a98a32c8550fc0df475e43a6b9eb4e3f35307bf0 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Thu, 24 Mar 2022 22:36:53 -0400 Subject: [PATCH] chore(release): 1.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e16e19e..d0b7c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "1.10.0" +version = "1.10.1" description = "Opinionated mocking library for Python" authors = ["Mike Cousins "] license = "MIT"