From 5b26fbb315e3d74f8e6e41f992a0d2dacc320628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Thu, 10 Aug 2023 11:46:22 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.4.2=20=E2=86=92=202.4.3?= 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 76bfbe7..bf8ac73 100644 --- a/pylandstats/__init__.py +++ b/pylandstats/__init__.py @@ -3,4 +3,4 @@ from .spatiotemporal import * from .zonal import * -__version__ = "2.4.2" +__version__ = "2.4.3" diff --git a/pyproject.toml b/pyproject.toml index eeb5268..552bb0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pylandstats" -version = "2.4.2" +version = "2.4.3" description = "Computing landscape metrics in the Python ecosystem." readme = "README.md" authors = [