From cc9840b7af5c8e1e6cf23b9f1900d86c8ef903be Mon Sep 17 00:00:00 2001 From: James Hutchison <122519877+JamesHutchison@users.noreply.github.com> Date: Sat, 6 Jan 2024 07:36:14 +0000 Subject: [PATCH] inc version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3f5455..3b17080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ line-length = 98 [tool.poetry] name = "pytest-hot-reloading" -version = "0.1.0-alpha.16" +version = "0.1.0-alpha.17" description = "" authors = ["James Hutchison "] readme = "README.md"