diff --git a/Tools/deafrica_tools/__init__.py b/Tools/deafrica_tools/__init__.py index ec7a94ce..bc92abd3 100644 --- a/Tools/deafrica_tools/__init__.py +++ b/Tools/deafrica_tools/__init__.py @@ -1,6 +1,6 @@ __locales__ = __path__[0] + "/locales" -__version__ = "2.5.4" +__version__ = "2.5.5" def set_lang(lang=None): diff --git a/Tools/pyproject.toml b/Tools/pyproject.toml index 29176a9b..ccc065fb 100644 --- a/Tools/pyproject.toml +++ b/Tools/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "deafrica-tools" # reflect version changes in deafrica_tools/__init__.py -version = "2.5.4" +version = "2.5.5" description = "Functions and algorithms for analysing Digital Earth Africa data." authors = [{name = "Digital Earth Africa", email = "systems@digitalearthafrica.org"}] maintainers = [{name = "Digital Earth Africa", email = "systems@digitalearthafrica.org"}] @@ -21,10 +21,11 @@ classifiers=[ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering :: GIS', ] -requires-python = ">=3.9,<3.12" +requires-python = ">=3.9" dependencies= [ "aiohttp", "aiobotocore[boto3]", # for boto3