Merge pull request #124 from srcarter3/v20

Small changes for new version
This commit is contained in:
srcarter3 2023-12-12 11:46:29 -07:00 committed by GitHub
commit dbaaa124a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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={