From c3414c36c6f5bf11a0ea410fc58c6c01e0196783 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Tue, 10 Aug 2021 14:32:58 -0400 Subject: [PATCH] chore(release): 1.6.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 939ea88..9e1f8ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "1.6.6" +version = "1.6.7" description = "Opinionated mocking library for Python" authors = ["Mike Cousins "] license = "MIT"