From 92f16105b003727edd5b4abc4dd41d7ea8f5f74e Mon Sep 17 00:00:00 2001 From: Richard Zou Date: Tue, 12 Apr 2022 13:11:28 -0700 Subject: [PATCH] [release] fix docs version --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d60e58b5..ca4601c21 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -101,7 +101,7 @@ version = functorch_version + ' (works with PyTorch 1.11)' # The full version, including alpha/beta/rc tags. # TODO: verify this works as expected -release = '0.1.0' +release = functorch_version # Customized html_title here. # Default is " ".join(project, release, "documentation") if not set