diff --git a/pylandstats/__init__.py b/pylandstats/__init__.py index 12cc472..04924b8 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -4,4 +4,4 @@ from pylandstats.spatiotemporal import * from pylandstats.zonal import * -__version__ = "3.0.2" +__version__ = "3.0.3" diff --git a/pyproject.toml b/pyproject.toml index f6ddfa1..3bf1389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pylandstats" -version = "3.0.2" +version = "3.0.3" description = "Computing landscape metrics in the Python ecosystem." readme = "README.md" authors = [