Skip to content

Commit 2c1f3ee

Browse files
build: upgrade ansys-api-geometry to 0.4.88 (#81)
1 parent 1f74f37 commit 2c1f3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requires = [
33
"setuptools >= 42.0.0",
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
6-
"ansys-api-geometry==0.4.87"
6+
"ansys-api-geometry==0.4.88"
77
]
88
build-backend = "setuptools.build_meta:__legacy__"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
url=f"https://github.com/ansys/{package_name}",
3838
license="MIT",
3939
python_requires=">=3.10",
40-
install_requires=["grpcio~=1.44", "protobuf>=3.19,<7", "ansys-api-geometry==0.4.87"],
40+
install_requires=["grpcio~=1.44", "protobuf>=3.19,<7", "ansys-api-geometry==0.4.88"],
4141
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
4242
package_data={
4343
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],

0 commit comments

Comments
 (0)