From 3127fcb6ee59b5f55c3021e58130fa35d4d101d0 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 6 Apr 2020 09:04:54 -0500 Subject: [PATCH] Fix version number in sphinx docs --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index de98379..c05fc33 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -53,7 +53,7 @@ # built documents. # # get version using setuptools-scm -release = get_distribution('satpy').version +release = get_distribution('pydecorate').version # The full version, including alpha/beta/rc tags. # for example take major/minor version = '.'.join(release.split('.')[:2])