Skip to content

Commit 21d0c0c

Browse files
Update PyACP to 0.1.0 (#807)
* Update PyACP to 0.1.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d64d3d3 commit 21d0c0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
3+
Copyright (c) 2022 - 2025 ANSYS, Inc. and/or its affiliates.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"ansys-acp-core==0.1rc1",
27+
"ansys-acp-core==0.1.0",
2828
"ansys-additive-core==0.18.1",
2929
"ansys-additive-widgets==0.2.1",
3030
"ansys-conceptev-core==0.8",
@@ -139,4 +139,4 @@ convention = "numpy"
139139

140140
[tool.ruff.lint.isort]
141141
combine-as-imports = true
142-
force-sort-within-sections = true
142+
force-sort-within-sections = true

src/pyansys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2025 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

0 commit comments

Comments
 (0)