Merge branch 'main' of github.com:Unidata/python-awips into main

This commit is contained in:
Shay Carter 2022-04-19 11:29:52 -06:00
commit 7f94952d74
2 changed files with 5 additions and 1 deletions

View file

@ -1538,6 +1538,10 @@ vtec = {
'sig': 'W',
'color': 'bisque',
'hdln': 'Dust Storm Warning'},
'DS.Y' : {'phen': 'DS',
'sig': 'Y',
'color': 'darkkhaki'
'hdln': 'Dust Advisory'},
'DU.Y' : {'phen': 'DU',
'sig': 'Y',
'color': 'darkkhaki',

View file

@ -10,7 +10,7 @@ dependencies = ['numpy', 'six']
if sys.version_info < (3, 4):
dependencies.append('enum34')
ver = "18.1.8"
ver = "18.1.9"
setup(
name='python-awips',