Skip to content

Commit 39ece34

Browse files
committed
FEATURE: Bumped pyedb-core and ansys-api-edb pre-release pkg versions
1 parent 7b0a023 commit 39ece34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-edb-core"
8-
version = "0.2.0.dev2"
8+
version = "0.2.0.dev3"
99
description = "A python wrapper for Ansys Edb service"
1010
readme = "README.rst"
1111
requires-python = ">=3.8"
@@ -25,7 +25,7 @@ classifiers = [
2525

2626

2727
dependencies = [
28-
"ansys-api-edb==0.2.dev1",
28+
"ansys-api-edb==0.2.dev2",
2929
"protobuf>=3.19.3,<5",
3030
"grpcio>=1.44.0",
3131
"Django>=4.2.16"

0 commit comments

Comments
 (0)