How to update the DGL by conda?

OK, just like the topic,
how can I update the DGL by conda command?
I am really afraid of doing this by pip or manual ways to create some errors.

conda update -c dglteam dgl should work.

THX!
And I have another simple question:
how to find the current version of DGL?What I mean is some code like
print(torch.version)?

Hi,

You can use dgl.__version__