mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #60 from srcarter3/version-update
Rolled to next version for release (18.1.10)
This commit is contained in:
commit
68dbf3005c
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.9"
|
||||
ver = "18.1.10"
|
||||
|
||||
setup(
|
||||
name='python-awips',
|
||||
|
|
Loading…
Add table
Reference in a new issue