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 c4fb64d commit b842b29Copy full SHA for b842b29
doc/source/user_guide.md
@@ -1,8 +1,6 @@
1
# User guide
2
-This section provides an overview of the PyWorkbench package,
3
-explaining key concepts and approaches.
4
-
5
-## Working with Workbench gRPC service
+This section provides an overview of the PyWorkbench package, explaining
+key concepts and approaches when working with Workbench gRPC service.
6
7
8
### Start Workbench client and connect to a running Workbench server
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "ansys-workbench-core"
9
-version = "0.6.dev0"
+version = "0.2.0"
10
description = "A python wrapper for Ansys Workbench"
11
readme = "README.md"
12
requires-python = ">=3.8,<4.0"
0 commit comments