diff --git a/doc/changelog.d/490.documentation.md b/doc/changelog.d/490.documentation.md new file mode 100644 index 00000000..08e41bdd --- /dev/null +++ b/doc/changelog.d/490.documentation.md @@ -0,0 +1 @@ +MAINT: bump ansys-api-sherlock from 0.1.37 to 0.1.38 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6f18b12d..fe30127f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "ansys-api-sherlock==0.1.37", + "ansys-api-sherlock==0.1.38", "grpcio>=1.17, <1.68.0", "protobuf>=3.20", "pydantic>=2.9.2",