From d0c492cb2572f425455a2ff2f706156376cc1e59 Mon Sep 17 00:00:00 2001 From: Kyle Oliver Date: Fri, 1 Sep 2023 00:43:35 -0400 Subject: [PATCH] Bumps version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d781fa..eb36725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-static" -version = "0.1.0" +version = "0.2.0" description = "pytest-static" authors = ["Kyle Oliver <56kyleoliver@gmail.com>"] license = "MIT"