From d7ebd35bb403e7ff40d1313d4bc744da88b9d312 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Sun, 30 May 2021 17:20:23 -0400 Subject: [PATCH] chore(release): 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d371d75..948897f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "1.3.2" +version = "1.4.0" description = "Opinionated, typed stubbing and verification library for Python" authors = ["Mike Cousins "] license = "MIT"