version 18.1.7

This commit is contained in:
mjames-upc 2018-12-11 14:42:59 -07:00
parent 46907560a3
commit efe60cb591
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ author = 'Unidata'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '18.1.6' version = '18.1.7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation

View file

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