From 780785c8ff4eafedebb244cc6fab44ec68cda13a Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Wed, 4 Aug 2021 23:37:22 -0400 Subject: [PATCH] chore(release): 1.6.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b03c02..5adb282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "1.6.5" +version = "1.6.6" description = "Opinionated mocking library for Python" authors = ["Mike Cousins "] license = "MIT"