mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 06:47:57 -05:00
Update setup.py to reflect new version
- use "x.01" to signify it's not a production release
This commit is contained in:
parent
6fc73fefc6
commit
285ce9c776
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy']
|
|||
if sys.version_info < (3, 4):
|
||||
dependencies.append('enum34')
|
||||
|
||||
ver = "20.1"
|
||||
ver = "23.01"
|
||||
|
||||
setup(
|
||||
name='python-awips',
|
||||
|
|
Loading…
Add table
Reference in a new issue