From 553a520543a665e2e16605ffb7f58566cf133b8d Mon Sep 17 00:00:00 2001 From: Phillip Verheyden Date: Fri, 17 Jan 2025 12:19:33 -0600 Subject: [PATCH] Release version 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09e5222..1e36aaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytest-aioboto3" -version = "0.5.0" +version = "0.6.0" description = "Aioboto3 Pytest with Moto" authors = ["Shipwell Engineering", "Phillip Verheyden"] license = "WTFPL"