Open andrew-octopus opened 3 months ago
The following code
import cadCAD print(f"(The current cadCAD version is: {cadCAD.__version__}")
gives an error.
CORE-122 __version__ is undefined
The following code
gives an error.