From 6651ee50649ae402f430ea7879e99e394a219d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Mon, 13 May 2024 11:35:20 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.0.0rc1=20=E2=86=92=203.0.0r?= =?UTF-8?q?c2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylandstats/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylandstats/__init__.py b/pylandstats/__init__.py index 7eacd6e..fdd04b0 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -4,4 +4,4 @@ from .spatiotemporal import * from .zonal import * -__version__ = "3.0.0rc1" +__version__ = "3.0.0rc2" diff --git a/pyproject.toml b/pyproject.toml index af9eea0..5900787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pylandstats" -version = "3.0.0rc1" +version = "3.0.0rc2" description = "Computing landscape metrics in the Python ecosystem." readme = "README.md" authors = [