From a723f4f2718c7a81deb6d55581974aea8f9d336a Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Tue, 5 Mar 2024 13:37:27 -0600 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4a1409..11aa90a 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def gdal_dependency(): from setuptools import setup args = {'name': 'windmapper', - 'version': '2.1.15', + 'version': '2.1.16', 'description': 'Windfield library generation', 'long_description': "Generates windfields", 'author': 'Chris Marsh',