mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update setup.py
update version
This commit is contained in:
parent
7d71b32777
commit
20013fc301
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy', 'six']
|
|||
if sys.version_info < (3, 4):
|
||||
dependencies.append('enum34')
|
||||
|
||||
ver = "18.1.7"
|
||||
ver = "18.1.8"
|
||||
|
||||
setup(
|
||||
name='python-awips',
|
||||
|
|
Loading…
Add table
Reference in a new issue