Skip to content

Commit

Permalink
bug fix in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed May 10, 2024
1 parent 6da1384 commit dfb9018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyo2/bag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

name = 'BAG'
__version__ = '1.2.4'
__version__ = '1.2.5'
__author__ = '[email protected]'
__license__ = 'LGPLv3 license'
__copyright__ = 'Copyright (c) 2024, University of New Hampshire, Center for Coastal and Ocean Mapping'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def find_version(*file_paths):
],
install_requires=[
"hyo2.abc2>=2.3.7",
"dateutil",
"python-dateutil",
"lxml",
"numpy",
"gdal",
Expand Down

0 comments on commit dfb9018

Please sign in to comment.