mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
version 18.1.1
This commit is contained in:
parent
fe56b41f9d
commit
acd22b8adb
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ author = 'Unidata'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.9.12'
|
||||
version = '18.1.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
|
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ dependencies = ['numpy','six']
|
|||
if sys.version_info < (3, 4):
|
||||
dependencies.append('enum34')
|
||||
|
||||
ver="0.9.12"
|
||||
ver="18.1.1"
|
||||
|
||||
setup(
|
||||
name='python-awips',
|
||||
|
|
Loading…
Add table
Reference in a new issue