From 4c9b8793367449ddcb90b5802c0dad666093caff Mon Sep 17 00:00:00 2001 From: Matt Hosek Date: Sat, 23 Apr 2022 15:29:28 -0700 Subject: [PATCH] Updating version number for docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7ce5ecaa..cf7fb0dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = 'Matthew Hosek Jr, Jessica R. Lu, Casey Y. Lam' # The short X.Y version -version = '2.1.2' +version = '2.1.3' # The full version, including alpha/beta/rc tags -release = '2.1.2' +release = '2.1.3' # -- General configuration ---------------------------------------------------