DGL version 0.10

I built and installed DGL from the source following the instructions here: Install and Setup — DGL 1.0.2 documentation

When I try to check the version of the installed DGL with:

import dgl

print(dgl.__version__)

It shows

0.10

However, it seems there is no DGL version 0.10 released. How should I check my DGL version properly?

0.10 is a placeholder version during development of 1.0, and it is renamed to 1.0 afterwards.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.