From 68b6fb24d96dfe65004b2850cb38ed51664ef1c1 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 27 Oct 2019 17:56:50 +0100 Subject: [PATCH] Forgot to bump version for documentation --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4046d2fc..6fafc3e0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = "2018-2019, Veronica Berglyd Olsen" author = "Veronica Berglyd Olsen" # The short X.Y version -version = "0.3.1" +version = "0.3.2" # The full version, including alpha/beta/rc tags -release = "0.3.1" +release = "0.3.2" # -- General configuration ---------------------------------------------------