From d27bb7136c04446af3695ac7a112d4fa4ef878b1 Mon Sep 17 00:00:00 2001 From: James Hutchison <122519877+JamesHutchison@users.noreply.github.com> Date: Thu, 4 Jan 2024 23:07:18 -0800 Subject: [PATCH] Bumped version to 0.1.0-alpha.15 in pyproject.toml (#79) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d7c181..b45689e 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.14" +version = "0.1.0-alpha.15" description = "" authors = ["James Hutchison "] readme = "README.md"