From 48c92076ac5dc0af0b43bab6ba396ef5e8c56a1c Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 13 Jan 2025 15:00:10 +0100 Subject: [PATCH] Update PyACP to 0.1.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75b5621b..788b6d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-acp-core==0.1rc1", + "ansys-acp-core==0.1.0", "ansys-additive-core==0.18.1", "ansys-additive-widgets==0.2.1", "ansys-conceptev-core==0.8", @@ -139,4 +139,4 @@ convention = "numpy" [tool.ruff.lint.isort] combine-as-imports = true -force-sort-within-sections = true \ No newline at end of file +force-sort-within-sections = true