From e735500591ac5074373fb18b034ee8f9fa23c042 Mon Sep 17 00:00:00 2001 From: Elias Freider Date: Tue, 5 Mar 2024 08:54:44 +0100 Subject: [PATCH] Release 0.5.1 * pytest 8.1.x compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74e4da5..ca597c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-markdown-docs" -version = "0.5.0" +version = "0.5.1" description = "Run markdown code fences through pytest" readme = "README.md" authors = ["Modal Labs", "Elias Freider "]