From 28451e8f8f5a3e9507d4c11cf069e7453c7d062b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Mon, 22 Jul 2024 16:54:28 +0200 Subject: [PATCH] chore: bump pyinfra version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adbd8da..8cbc932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyinfra" -version = "2.3.0" +version = "3.0.0" description = "" authors = ["Team Research "] license = "All rights reseverd"