Skip to content

Commit

Permalink
testing ... - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 26, 2024
1 parent 52caa10 commit 77ab69a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions blue_geo/README.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
features = {
"QGIS": {
"description": "an AI terraform for [QGIS](https://www.qgis.org/).",
"icon": "🌐",
"icon": ICON,
"thumbnail": "https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/QGIS.jpg",
"url": "https://github.com/kamangir/blue-geo/blob/main/blue_geo/.abcli/QGIS/README.md",
},
Expand All @@ -23,7 +23,7 @@
},
"firms-area": {
"description": "Fire Information for Resource Management System ([FIRMS](https://firms.modaps.eosdis.nasa.gov)) datacubes.",
"icon": "🌐",
"icon": ICON,
"thumbnail": "https://raw.githubusercontent.com/kamangir/assets/main/blue-geo/datacube-firms_area.jpg",
"url": "https://github.com/kamangir/blue-geo/blob/main/blue_geo/.abcli/datacube/firms_area/README.md",
},
Expand Down
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.148.1"
VERSION = "4.149.1"

REPO_NAME = "blue-geo"

Expand Down
3 changes: 2 additions & 1 deletion blue_geo/catalog/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import argparse
from blue_geo import VERSION
from . import list_of_catalog_classes, NAME
from .name import NAME
from .classes import list_of_catalog_classes
from blue_geo.logger import logger
from blueness.argparse.generic import sys_exit

Expand Down
2 changes: 1 addition & 1 deletion blue_geo/catalog/name.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .. import NAME
from blue_geo import NAME

NAME = f"{NAME}.catalog"

0 comments on commit 77ab69a

Please sign in to comment.