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/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 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 # #