Skip to content

Commit

Permalink
Fix apps not available in 2.5.1 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikineema authored Oct 3, 2024
1 parent 6ab4345 commit e47f302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.1"
__version__ = "2.5.2"


def set_lang(lang=None):
Expand Down
4 changes: 2 additions & 2 deletions Tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "wheel", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "deafrica-tools"
# reflect version changes in deafrica_tools/__init__.py
version = "2.5.1"
version = "2.5.2"
description = "Functions and algorithms for analysing Digital Earth Africa data."
authors = [{name = "Digital Earth Africa", email = "[email protected]"}]
maintainers = [{name = "Digital Earth Africa", email = "[email protected]"}]
Expand Down

0 comments on commit e47f302

Please sign in to comment.