reset version in setup.py

This commit is contained in:
srcarter3 2022-01-05 13:03:06 -08:00 committed by GitHub
parent bb9f1aba5f
commit 1a8ce3cf4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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