Skip to content

Commit

Permalink
Merge pull request #516 from digitalearthafrica/planet-basemap
Browse files Browse the repository at this point in the history
updated tools
  • Loading branch information
nanaboamah89 authored Jul 17, 2024
2 parents cd891b2 + 0ba6dee commit 28a46db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/deafrica_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__locales__ = __path__[0] + '/locales'

__version__ = '2.4.1'
__version__ = '2.4.4'

def set_lang(lang=None):
if lang is None:
Expand Down
1 change: 1 addition & 0 deletions Tools/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Apps and widgets
deafrica_tools.app.imageexport
deafrica_tools.app.wetlandsinsighttool
deafrica_tools.app.widgetconstructors
deafrica_tools.app.planetbasemap

License
-------
Expand Down
2 changes: 1 addition & 1 deletion Tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "deafrica-tools"
version = "2.4.1"
version = "2.4.4"
# reflect version changes in deafrica_tools/__init__.py

description = "Functions and algorithms for analysing Digital Earth Africa data."
Expand Down

0 comments on commit 28a46db

Please sign in to comment.