diff --git a/pylandstats/__init__.py b/pylandstats/__init__.py index 9d851f8..8ac39cd 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -3,4 +3,4 @@ from .spatiotemporal import * from .zonal import * -__version__ = "3.0.0rc0" +__version__ = "3.0.0rc1" diff --git a/pyproject.toml b/pyproject.toml index 5a66e34..280de8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pylandstats" -version = "3.0.0rc0" +version = "3.0.0rc1" description = "Computing landscape metrics in the Python ecosystem." readme = "README.md" authors = [