We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a125 commit 9d5561bCopy full SHA for 9d5561b
docs/source/conf.py
@@ -83,10 +83,10 @@
83
#
84
# The short X.Y version.
85
# TODO: change to [:2] at v1.0
86
-version = 'master (' + torchvision.__version__ + ' )'
+version = '0.10.0'
87
# The full version, including alpha/beta/rc tags.
88
# TODO: verify this works as expected
89
-release = 'master'
+release = torchvision.__version__
90
91
# The language for content autogenerated by Sphinx. Refer to documentation
92
# for a list of supported languages.
0 commit comments