We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cb35a1 + 1aecfbb commit a09302fCopy full SHA for a09302f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cwapi3d"
3
-version = "32.443.8"
+version = "32.443.9"
4
authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
5
requires-python = ">= 3.12"
6
description = 'Python bindings for CwAPI3D'
src/material_controller/__init__.pyi
@@ -472,7 +472,7 @@ def get_short_name(material_id: MaterialId) -> str:
472
The short name of the material.
473
"""
474
475
-def get_all_material_groups() -> list[MaterialId]:
+def get_all_material_groups() -> list[str]:
476
"""Retrieves a list of all material groups.
477
478
Returns:
0 commit comments