From 558d2fce81cb87b48f204e328d83f9b06756bca3 Mon Sep 17 00:00:00 2001 From: Pascal Merz Date: Thu, 11 Nov 2021 18:06:16 +0100 Subject: [PATCH] Bump version number to reflect addition of conda installation instructions (#193) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index e0297b5..5804923 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,7 +67,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = "1.0.0" +release = "1.0.1" # The short X.Y version. version = ".".join(release.split(".")[:2])