From 7a48593887068182e449a471be4f151fb86a9a6b Mon Sep 17 00:00:00 2001 From: Taylor Mandelbaum Date: Mon, 26 Jan 2026 15:06:46 -0500 Subject: [PATCH] Bump version from 0.2.0 to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4994a179..5edb482d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "extremeweatherbench" -version = "0.2.0" +version = "0.3.0" description = "Benchmarking weather and weather AI models using extreme events" readme = "README.md" requires-python = ">=3.11,<3.14"