diff --git a/doc/changelog.d/473.documentation.md b/doc/changelog.d/473.documentation.md new file mode 100644 index 000000000..1fb66cacf --- /dev/null +++ b/doc/changelog.d/473.documentation.md @@ -0,0 +1 @@ +MAINT: Bump version ansys-api-sherlock to v0.1.36 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 994ff5a72..e674fba65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-sherlock==0.1.35", + "ansys-api-sherlock==0.1.36", "grpcio>=1.17, <1.68.0", "protobuf>=3.20", "pydantic>=2.9.2",