From 27ba2bfd46fff2c05391af2adbc3e82f9c18c148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Tue, 21 May 2024 14:17:51 +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 1736eac..0bd943b 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 = [