From 2791429ca71f97987539bdf56e976115c57f0ab6 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 12 Dec 2023 11:45:16 -0700 Subject: [PATCH] Small changes for new version --- docs/source/conf.py | 6 +++--- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 62ad35c..6f0948c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,15 +58,15 @@ master_doc = 'index' # General information about the project. project = 'python-awips' -copyright = '2018, Unidata' -author = 'Unidata' +copyright = '2018, NSF Unidata' +author = 'NSF Unidata' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '18.1.7' +version = '20.1' # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/setup.py b/setup.py index 6c1b840..b00a38c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ dependencies = ['numpy'] if sys.version_info < (3, 4): dependencies.append('enum34') -ver = "20" +ver = "20.1" setup( name='python-awips', @@ -19,7 +19,7 @@ setup( packages=find_packages(exclude='data'), license='BSD', url='http://unidata.github.io/python-awips', - author='Unidata', + author='NSF Unidata', author_email='support-awips@ucar.edu', install_requires=dependencies, extras_require={