We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304e79f commit 8bfb638Copy full SHA for 8bfb638
.github/workflows/ci.yml
@@ -67,5 +67,3 @@ jobs:
67
generate_release_notes: true
68
files: |
69
./**/*.whl
70
- ./**/*.tar.gz
71
- ./**/*.pdf
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
7
[project]
8
name = "ansys-workbench-core"
9
-version = "0.1.8"
+version = "0.1.9"
10
description = "A python wrapper for Ansys Workbench"
11
readme = "README.md"
12
requires-python = ">=3.7,<4.0"
0 commit comments