From e2692807fd36a02bc22a945a53bf1392d62b76d8 Mon Sep 17 00:00:00 2001 From: James Hutchison <122519877+JamesHutchison@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:35:30 -0700 Subject: [PATCH] Increment version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dfca702..6110c94 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.18" +version = "0.1.0-alpha.19" description = "" authors = ["James Hutchison "] readme = "README.md"