From dfb9018f33cc837e38b03f1431d58d2019f29f9e Mon Sep 17 00:00:00 2001 From: giumas Date: Fri, 10 May 2024 09:04:34 +0200 Subject: [PATCH] bug fix in setup.py --- hyo2/bag/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyo2/bag/__init__.py b/hyo2/bag/__init__.py index 28ef5db..7d2e1a9 100644 --- a/hyo2/bag/__init__.py +++ b/hyo2/bag/__init__.py @@ -4,7 +4,7 @@ """ name = 'BAG' -__version__ = '1.2.4' +__version__ = '1.2.5' __author__ = 'gmasetti@ccom.unh.edu' __license__ = 'LGPLv3 license' __copyright__ = 'Copyright (c) 2024, University of New Hampshire, Center for Coastal and Ocean Mapping' diff --git a/setup.py b/setup.py index 01a624d..6d92b21 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def find_version(*file_paths): ], install_requires=[ "hyo2.abc2>=2.3.7", - "dateutil", + "python-dateutil", "lxml", "numpy", "gdal",