Skip to content

Commit

Permalink
pytest fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 22, 2024
1 parent bed24c8 commit dad5792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.112.1"
VERSION = "4.113.1"

REPO_NAME = "blue-geo"

Expand Down
1 change: 1 addition & 0 deletions blue_geo/datacube/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


list_of_datacube_classes: List[GenericDatacube] = [
GenericDatacube,
FirmsAreaDatacube,
]

Expand Down

0 comments on commit dad5792

Please sign in to comment.