From 06b39bb26fce2b8c5af1c1fec5910634dbc17de7 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Sat, 23 Mar 2024 20:37:33 +0000 Subject: [PATCH] v1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3615355..b0842e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logot" -version = "1.2.0" +version = "1.3.0" description = "Test whether your code is logging correctly 🪵" authors = ["Dave Hall "] license = "MIT"