cadCAD-org/cadCAD

__version__ is undefined

Opened this issue · 1 comments

The following code

import cadCAD
print(f"(The current cadCAD version is: {cadCAD.__version__}")

gives an error.