From c204709190893c61670c7b889540e968f656f870 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:10:11 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09f0352..330f202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0", "ansys-api-dbu==0.2.0"] +requires = ["setuptools >= 42.0.0", "wheel", "ansys_tools_protoc_helper>=0.4.0", "ansys-api-dbu==0.2.1"] build-backend = "setuptools.build_meta:__legacy__"