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 7b0a023 commit 39ece34Copy full SHA for 39ece34
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
name = "ansys-edb-core"
8
-version = "0.2.0.dev2"
+version = "0.2.0.dev3"
9
description = "A python wrapper for Ansys Edb service"
10
readme = "README.rst"
11
requires-python = ">=3.8"
@@ -25,7 +25,7 @@ classifiers = [
25
26
27
dependencies = [
28
- "ansys-api-edb==0.2.dev1",
+ "ansys-api-edb==0.2.dev2",
29
"protobuf>=3.19.3,<5",
30
"grpcio>=1.44.0",
31
"Django>=4.2.16"
0 commit comments