Skip to content

Commit

Permalink
Small changes for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
srcarter3 committed Dec 12, 2023
1 parent 1940439 commit 2791429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@

# 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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if sys.version_info < (3, 4):
dependencies.append('enum34')

ver = "20"
ver = "20.1"

setup(
name='python-awips',
Expand All @@ -19,7 +19,7 @@
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={
Expand Down

0 comments on commit 2791429

Please sign in to comment.