diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 25d36ff..a5d1cf2 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.2.0" } diff --git a/pyproject.toml b/pyproject.toml index 5cce1fc..195fe6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decoy" -version = "2.1.2" +version = "2.2.0" description = "Opinionated mocking library for Python" authors = ["Michael Cousins "] license = "MIT"