Skip to content

Commit

Permalink
catalog refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 27, 2024
1 parent 77ab69a commit 1f33a75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions blue_geo/.abcli/catalog/query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ function blue_geo_catalog_query() {
return 0
}
abcli_source_path - caller,suffix=/query
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.149.1"
VERSION = "4.150.1"

REPO_NAME = "blue-geo"

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
packages=[
NAME,
f"{NAME}.catalog",
f"{NAME}.catalog.firms",
f"{NAME}.catalog.firms.area",
f"{NAME}.catalog.generic",
f"{NAME}.datacube",
f"{NAME}.datacube.firms",
f"{NAME}.datacube.firms.area",
f"{NAME}.QGIS",
f"{NAME}.ukraine_timemap",
],
Expand Down

0 comments on commit 1f33a75

Please sign in to comment.