Skip to content

Commit

Permalink
Merge pull request #509 from digitalearthafrica/update-tools-deafrica…
Browse files Browse the repository at this point in the history
…-version

update deafrica-tools to 2.3.8
  • Loading branch information
abradley60 authored May 15, 2024
2 parents 5c38cb4 + 11d1b18 commit 6065876
Show file tree
Hide file tree
Showing 2 changed files with 2 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.3.7'
__version__ = '2.3.8'

def set_lang(lang=None):
if lang is None:
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.3.7"
version = "2.3.8"
# reflect version changes in deafrica_tools/__init__.py

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

0 comments on commit 6065876

Please sign in to comment.