Skip to content

Commit

Permalink
+= test - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 22, 2024
1 parent a352d14 commit 78edd97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions blue_geo/.abcli/tests/test_build_README.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from blue_geo import README


def test_README_build():
assert README.build()
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.125.1"
VERSION = "4.126.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 78edd97

Please sign in to comment.