From 2d7a8427f18bf2829025d9ebf2fdad7ae0f7138d Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 2 Dec 2024 15:45:31 +0100 Subject: [PATCH] Update PyACP to 0.1rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abbf7bbb..12ee03fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-acp-core==0.1b2", + "ansys-acp-core==0.1rc1", "ansys-additive-core==0.18.1", "ansys-additive-widgets==0.2.1", "ansys-conceptev-core==0.5",