Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 20, 2024
1 parent 02ac376 commit 0f4fc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.68.1"
VERSION = "4.69.1"

REPO_NAME = "blue-geo"

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/tests/test_firms_api_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_blue_geo_firms_api_area(

datacube = FirmsDatacube(area=area, source=source)

assert datacube.as_str()
assert datacube.description

assert datacube.url()

Expand Down

0 comments on commit 0f4fc74

Please sign in to comment.