From 2ccb6e255192f20a7a64aca036028a22c719c80a Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 26 Oct 2024 12:09:12 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4d4e08..5898856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cyeva" -version = "0.2.0" +version = "0.2.1" description = "A package to evaluate weather forecast correction" readme = "README.md" requires-python = ">=3.10, <3.13" # Python 3.13 is not supported yet. See https://github.com/hgrecco/pint/issues/2065 diff --git a/uv.lock b/uv.lock index 2a18e3f..2637755 100644 --- a/uv.lock +++ b/uv.lock @@ -116,7 +116,7 @@ toml = [ [[package]] name = "cyeva" -version = "0.2.0" +version = "0.2.1" source = { editable = "." } dependencies = [ { name = "numpy" },