Skip to content

Commit c79718e

Browse files
authored
chore: update api version (#86)
2 parents fa06f2a + 7208341 commit c79718e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ concurrency:
1616
env:
1717
MAIN_PYTHON_VERSION: "3.11"
1818
PACKAGE_NAME: "ansys-workbench-core"
19-
PIP_EXTRA_INDEX_URL: 'https://${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}@pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/'
2019
DOCUMENTATION_CNAME: 'workbench.docs.pyansys.com'
2120

2221
jobs:

doc/changelog.d/86.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update api version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"ansys_api_workbench>=0.1.7",
29+
"ansys_api_workbench>=0.2.0",
3030
"ansys-platform-instancemanagement>=1.0.1",
3131
"ansys-pythonnet>=3.1.0rc1",
3232
"ansys-tools-path>=0.3.1",

0 commit comments

Comments
 (0)