Skip to content

Commit 9d5561b

Browse files
authored
Set documentation version to 0.10.0 (#3927)
1 parent 026a125 commit 9d5561b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
#
8484
# The short X.Y version.
8585
# TODO: change to [:2] at v1.0
86-
version = 'master (' + torchvision.__version__ + ' )'
86+
version = '0.10.0'
8787
# The full version, including alpha/beta/rc tags.
8888
# TODO: verify this works as expected
89-
release = 'master'
89+
release = torchvision.__version__
9090

9191
# The language for content autogenerated by Sphinx. Refer to documentation
9292
# for a list of supported languages.

0 commit comments

Comments
 (0)