From 2484a5e9f763c235869b4a118c91561ed50c81f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20K=C3=B6ssler?= Date: Mon, 17 Jun 2024 13:53:42 +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 2070338..38a3c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyinfra" -version = "2.2.0" +version = "2.3.0" description = "" authors = ["Team Research "] license = "All rights reseverd"