From 204fe430d6a523d8c66cd45e7e61b4effec16d5c Mon Sep 17 00:00:00 2001 From: James Hutchison <122519877+JamesHutchison@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:13:17 -0800 Subject: [PATCH] Increment version (#58) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f488e63..adb7082 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.9" +version = "0.1.0-alpha.10" description = "" authors = ["James Hutchison "] readme = "README.md"