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])