From c5f263acc461843feaaf7f91cbeab3eaddbc2d86 Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Mon, 13 Jan 2025 15:00:10 +0100 Subject: [PATCH 1/2] 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 31810a3c..5eb181a9 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 From 450fbbd18213756581781ff0428d36259e7a5f0a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:03:40 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- LICENSE | 2 +- src/pyansys/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 509f0066..e40f17b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2022 - 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/pyansys/__init__.py b/src/pyansys/__init__.py index 6170cf26..ba993b7a 100644 --- a/src/pyansys/__init__.py +++ b/src/pyansys/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates. +# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates. # SPDX-License-Identifier: MIT # #