Command for DGL Version

How do I know what version of DGL I am using, can someone help me out with the required command?
I am a beginner so forgive me if its “too easy” kinda thing.

1 Like

Try this

import dgl

print(dgl.__version__)

Yeah it works, actually dgl wasn’t installed properly the last time I was using this command, so it wasn’t working. Thanks.