Skip to content

Commit

Permalink
build: bump ansys-api-dbu to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Dec 10, 2024
1 parent d639e95 commit aec3ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ requires = [
"setuptools >= 42.0.0",
"wheel",
"ansys_tools_protoc_helper>=0.4.0",
"ansys-api-dbu==0.3.7",
"ansys-api-dbu==0.3.8",
]
build-backend = "setuptools.build_meta:__legacy__"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url=f"https://github.com/ansys/{package_name}",
license="MIT",
python_requires=">=3.10",
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.7"],
install_requires=["grpcio~=1.44", "protobuf>=3.19,<6", "ansys-api-dbu==0.3.8"],
packages=setuptools.find_namespace_packages(".", include=("ansys.*",)),
package_data={
"": ["*.proto", "*.pyi", "py.typed", "VERSION"],
Expand Down

0 comments on commit aec3ff3

Please sign in to comment.