From d307e0ac1b069825b487501f8049523ef947b071 Mon Sep 17 00:00:00 2001 From: Lewis Blake Date: Tue, 3 Dec 2024 09:19:52 +0100 Subject: [PATCH] pyproject.toml v0.25.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea8877409..9282bd5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "pyaerocom" -version = "0.25.0.dev0" +version = "0.25.0" authors = [{ name = "MET Norway" }] description = "pyaerocom model evaluation software" classifiers = [ @@ -111,7 +111,7 @@ filterwarnings = [ # Ignore self-deprecation warnings related to plotting 'ignore:matplotlib based plotting is no longer directly supported. This (function|class) may be removed in future versions\.:DeprecationWarning:(pyaerocom|tests):', # and not on this list - "ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394 + "ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394 ] [tool.coverage.run]