From 1411c3746a00dc46bf6d91a15571609fb96b91d0 Mon Sep 17 00:00:00 2001 From: Jake Hebert Date: Mon, 24 Aug 2026 16:10:49 -0500 Subject: [PATCH] bump version to 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 879a755..3ead94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-localstack" -version = "0.7.0" +version = "0.8.0" description = "Pytest plugin for AWS integration tests" authors = ["Mintel Group Ltd."] license = "MIT"