From a9d65aea77800eead6724a675de1a037a8615c11 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 17 Jun 2022 13:53:49 +0100 Subject: Release 2.0.1 Signed-off-by: Stephen Finucane --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3118672..146c6bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "warlock" -version = "2.0.0" +version = "2.0.1" description = "Python object model built on JSON schema and JSON patch." readme = "README.md" authors = ["Brian Waldon "] -- cgit v1.2.1