Skip to content

Commit

Permalink
[Release 0.6.0] Bump doc version to 0.6.0 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekT committed Feb 16, 2023
1 parent 683877d commit dc72842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit dc72842

Please sign in to comment.