__version__ is undefined
andrew-octopus opened this issue · 1 comments
andrew-octopus commented
The following code
import cadCAD
print(f"(The current cadCAD version is: {cadCAD.__version__}")
gives an error.
linear commented
andrew-octopus opened this issue · 1 comments
The following code
import cadCAD
print(f"(The current cadCAD version is: {cadCAD.__version__}")
gives an error.