diff --git a/docs/source/conf.py b/docs/source/conf.py index 3391a3dcc..9ec93330c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -37,10 +37,10 @@ author = "Torch Contributors" # The short X.Y version -version = "main (" + torchdata.__version__ + " )" +version = "0.6.0" # The full version, including alpha/beta/rc tags -release = "main" +release = "0.6.0 (beta)" # -- General configuration ---------------------------------------------------