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" },